mirror of
https://github.com/simh/simh.git
synced 2026-02-26 16:54:22 +00:00
ALTAIRZ80: Add support to build m68k code on Itanium under VMS
This commit is contained in:
@@ -77,7 +77,9 @@ typedef unsigned int uint;
|
||||
|
||||
#if M68K_USE_64_BIT
|
||||
typedef signed long long sint64;
|
||||
#if !(defined(__DECC_VER) && defined(__ia64))
|
||||
typedef unsigned long long uint64;
|
||||
#endif
|
||||
#else
|
||||
typedef sint32 sint64;
|
||||
typedef uint32 uint64;
|
||||
|
||||
@@ -24,7 +24,9 @@
|
||||
*----------------------------------------------------------------------------*/
|
||||
|
||||
typedef sint8 flag;
|
||||
#if !(defined(__DECC_VER) && defined(__ia64))
|
||||
typedef sint64 int64;
|
||||
#endif
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
| Each of the following `typedef's defines a type that holds integers
|
||||
|
||||
Reference in New Issue
Block a user