* gencode.c (process_instructions): Generate word64 and uword64
authorStu Grossman <grossman@cygnus>
Thu, 18 Jul 1996 01:21:16 +0000 (01:21 +0000)
committerStu Grossman <grossman@cygnus>
Thu, 18 Jul 1996 01:21:16 +0000 (01:21 +0000)
commit4fa14cf71c086365452d4bcde51b5c5ecb64aaf2
tree7b0a07fc622b17b98d48109a285057d06d755ae1
parent2ba0d82d52e44aa355f860d9bdf2c34ab1da2e34
* gencode.c (process_instructions):  Generate word64 and uword64
instead of `long long' and `unsigned long long' data types.
* interp.c:  #include sysdep.h to get signals, and define default
for SIGBUS.
* (Convert):  Work around for Visual-C++ compiler bug with type
conversion.
* support.h:  Make things compile under Visual-C++ by using
__int64 instead of `long long'.  Change many refs to long long
into word64/uword64 typedefs.
sim/mips/gencode.c
sim/mips/support.h