eclipse: Build requires USE_INT64
This commit is contained in:
parent
56f186135c
commit
7d079990df
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
|||
|
||||
#include "sim_defs.h" /* simulator defns */
|
||||
|
||||
#if defined(USE_INT64) || defined(USE_ADDR64)
|
||||
#if (defined(USE_INT64) && !defined(ECLIPSE)) || defined(USE_ADDR64)
|
||||
#error "Nova does not support 64b values!"
|
||||
#endif
|
||||
|
||||
|
|
2
makefile
2
makefile
|
@ -1254,7 +1254,7 @@ ECLIPSE = ${NOVAD}/eclipse_cpu.c ${NOVAD}/eclipse_tt.c ${NOVAD}/nova_sys.c \
|
|||
${NOVAD}/nova_dkp.c ${NOVAD}/nova_dsk.c ${NOVAD}/nova_lp.c \
|
||||
${NOVAD}/nova_mta.c ${NOVAD}/nova_plt.c ${NOVAD}/nova_pt.c \
|
||||
${NOVAD}/nova_clk.c ${NOVAD}/nova_tt1.c ${NOVAD}/nova_qty.c
|
||||
ECLIPSE_OPT = -I ${NOVAD} -DECLIPSE
|
||||
ECLIPSE_OPT = -I ${NOVAD} -DECLIPSE -DUSE_INT64
|
||||
|
||||
|
||||
PDP18BD = ${SIMHD}/PDP18B
|
||||
|
|
Loading…
Add table
Reference in a new issue