projects
/
rmac
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
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[] = {
- 0x00
01, 0x0002, 0x0004, 0x0008
,
- 0x00
10, 0x0020, 0x0040, 0x0080
+ 0x00
80, 0x0040, 0x0020, 0x0010
,
+ 0x00
08, 0x0004, 0x0002, 0x0001
};
WORD rmask = 0;