1
0
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:
Mark Pizzolato
2020-03-07 21:28:51 -08:00
parent 56f186135c
commit 7d079990df
2 changed files with 2 additions and 2 deletions

View File

@@ -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