Skip to content

Commit

Permalink
eclipse: Build requires USE_INT64
Browse files Browse the repository at this point in the history
  • Loading branch information
markpizz committed Mar 8, 2020
1 parent 56f1861 commit 7d07999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NOVA/nova_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d07999

Please sign in to comment.