filename | src/sh4/sh4.h |
changeset | 883:b275b4fee639 |
prev | 851:41e8ae2c114b |
next | 903:1337c7a7dd6b |
author | nkeynes |
date | Sun Oct 19 11:52:37 2008 +0000 (13 years ago) |
permissions | -rw-r--r-- |
last change | Re-add the word of padding in sh4r for 64-bit alignment purposes |
file | annotate | diff | log | raw |
1.1 --- a/src/sh4/sh4.h Mon Sep 08 11:23:32 2008 +00001.2 +++ b/src/sh4/sh4.h Sun Oct 19 11:52:37 2008 +00001.3 @@ -70,6 +70,7 @@1.4 int32_t i;1.5 float f;1.6 } fpul;1.7 + uint32_t pad; /* Pad up to 64-bit boundaries */1.8 float fr[2][16];1.9 uint64_t mac;1.10 uint32_t gbr, ssr, spc, sgr, dbr, vbr;
.