]> Shamusworld >> Repos - rmac/blobdiff - amode.c
Various small fixes including:
[rmac] / amode.c
diff --git a/amode.c b/amode.c
index fb10055f1968bf45985cd193392c6f42bb57d071..175fe73fdaf79cd27012da9d48445bc58c2e4bef 100644 (file)
--- a/amode.c
+++ b/amode.c
@@ -324,8 +324,8 @@ int fpu_reglist_left(WORD * a_rmask)
 int fpu_reglist_right(WORD * a_rmask)
 {
        static WORD msktab_plus[] = {
 int fpu_reglist_right(WORD * a_rmask)
 {
        static WORD msktab_plus[] = {
-               0x0001, 0x0002, 0x0004, 0x0008,
-               0x0010, 0x0020, 0x0040, 0x0080
+               0x0080, 0x0040, 0x0020, 0x0010,
+               0x0008, 0x0004, 0x0002, 0x0001
        };
 
        WORD rmask = 0;
        };
 
        WORD rmask = 0;