diff options
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/ChangeLog | 4 | ||||
-rw-r--r-- | sim/mips/sim-main.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 706b0fcf84d..d37ab7a3a5d 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +2015-11-17 Mike Frysinger <vapier@gentoo.org> + + * sim-main.h (WITH_MODULO_MEMORY): Delete. + 2015-11-15 Mike Frysinger <vapier@gentoo.org> * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o. diff --git a/sim/mips/sim-main.h b/sim/mips/sim-main.h index adf60c7885c..bb64dcb6ab1 100644 --- a/sim/mips/sim-main.h +++ b/sim/mips/sim-main.h @@ -22,7 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* hobble some common features for moment */ #define WITH_WATCHPOINTS 1 -#define WITH_MODULO_MEMORY 1 #define SIM_CORE_SIGNAL(SD,CPU,CIA,MAP,NR_BYTES,ADDR,TRANSFER,ERROR) \ |