Search
lxdream.org :: lxdream/src/sh4/sh4.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4.h
changeset 904:5b92e51ac06b
prev903:1337c7a7dd6b
next929:fd8cb0c82f5f
next953:f4a156508ad1
author nkeynes
date Fri Oct 31 03:24:49 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Remove FASTCALL from mem_copy_*, not really helping atm (and sometimes hurting)
file annotate diff log raw
1.1 --- a/src/sh4/sh4.h Wed Oct 29 23:32:28 2008 +0000
1.2 +++ b/src/sh4/sh4.h Fri Oct 31 03:24:49 2008 +0000
1.3 @@ -70,7 +70,7 @@
1.4 float f;
1.5 } fpul;
1.6 uint32_t t, m, q, s; /* really boolean - 0 or 1 */
1.7 - float fr[2][16];
1.8 + float fr[2][16]; /* Must be aligned on 16-byte boundary */
1.9 uint32_t fpscr;
1.10 uint32_t pad; /* Pad up to 64-bit boundaries */
1.11 uint64_t mac;
.