* am33.igen (inc4 Rn): Use genericAdd so as to modify flags.
This commit is contained in:
parent
3b0ec529f2
commit
bfa8561f01
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-04-25 Alexandre Oliva <aoliva@cygnus.com>
|
||||
|
||||
* am33.igen (inc4 Rn): Use genericAdd so as to modify flags.
|
||||
|
||||
2000-04-09 Alexandre Oliva <aoliva@cygnus.com>
|
||||
|
||||
* am33.igen: Make SP-relative offsets unsigned. Add `*am33' for
|
||||
|
|
|
@ -584,7 +584,7 @@
|
|||
|
||||
PC = cia;
|
||||
dstreg = translate_rreg (SD_, RN0);
|
||||
State.regs[dstreg] += 4;
|
||||
genericAdd (4, dstreg);
|
||||
}
|
||||
|
||||
// 1111 1001 1101 1000 Rm Rn; cmp Rm,Rn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue