* config/z8k/tm-z8k.h (BIG): is now sim_z8001_mode.

* config/z8k/z8ksim.mt (TDEPFILES): Add remote-sim.o to list.
This commit is contained in:
Steve Chamberlain 1993-12-12 00:07:12 +00:00
parent b4d3d0e5de
commit e34f4a4305
2 changed files with 3 additions and 3 deletions

View File

@ -274,8 +274,8 @@ extern void z8k_pop_frame PARAMS ((void));
#define SP_ARG0 (1 * 4)
#define ADDR_BITS_REMOVE(x) addr_bits_remove(x)
int z8001_mode;
#define BIG (z8001_mode)
int sim_z8001_mode;
#define BIG (sim_z8001_mode)
#define read_memory_short(x) (read_memory_integer(x,2) & 0xffff)

View File

@ -1,3 +1,3 @@
# Target: Z8000 simulator
TDEPFILES= exec.o z8k-tdep.o remote-z8k.o ../sim/z8k/libsim.a ../opcodes/libopcodes.a
TDEPFILES= exec.o z8k-tdep.o remote-sim.o ../sim/z8k/libsim.a ../opcodes/libopcodes.a
TM_FILE= tm-z8k.h