1
0
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:
Mark Pizzolato
2024-01-27 13:43:24 -10:00
parent 01e66b0818
commit 779ab3a570
2 changed files with 4 additions and 0 deletions

View File

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

View File

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