mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
eclipse: Build requires USE_INT64
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user