mirror of
https://github.com/open-simh/simh.git
synced 2026-02-26 08:54:06 +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