Search
lxdream.org :: lxdream/src/sh4/sh4.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4.h
changeset 674:377d987db8f2
prev669:ab344e42bca9
next736:a02d1475ccfd
author nkeynes
date Mon May 26 10:42:18 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix save states for x86-64, and ensure compatibility between 32-bit and 64-bit versions
file annotate diff log raw
1.1 --- a/src/sh4/sh4.h Mon May 12 10:00:13 2008 +0000
1.2 +++ b/src/sh4/sh4.h Mon May 26 10:42:18 2008 +0000
1.3 @@ -70,7 +70,7 @@
1.4 int32_t i;
1.5 float f;
1.6 } fpul;
1.7 - float *pad;
1.8 + uint32_t pad; // FIXME: remove in next DST version
1.9 float fr[2][16];
1.10 uint64_t mac;
1.11 uint32_t gbr, ssr, spc, sgr, dbr, vbr;
.