mirror of
https://github.com/simh/simh.git
synced 2026-02-05 07:55:37 +00:00
ECLIPSE: Fix build to define USE_INT64
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* nova_defs.h: NOVA/Eclipse simulator definitions
|
||||
|
||||
Copyright (c) 1993-2012, Robert M. Supnik
|
||||
Copyright (c) 1993-2020, Robert M. Supnik
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a
|
||||
copy of this software and associated documentation files (the "Software"),
|
||||
@@ -23,6 +23,7 @@
|
||||
used in advertising or otherwise to promote the sale, use or other dealings
|
||||
in this Software without prior written authorization from Robert M Supnik.
|
||||
|
||||
05-Mar-20 RMS Fixed USE_INT64 test for Eclipse (Mark Pizzolato)
|
||||
25-Mar-12 RMS Added missing parameters to prototypes (Mark Pizzolato)
|
||||
22-May-10 RMS Added check for 64b definitions
|
||||
04-Jul-07 BKR BUSY/DONE/INTR "convenience" macros added,
|
||||
@@ -51,7 +52,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