diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-05-07 04:52:00 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-05-07 04:52:00 +0000 |
commit | be5fcb106ba6c009eb57941320e621d034347d9a (patch) | |
tree | 9d81c69ea0477ae596e4b4839139fd8478c20968 /sim | |
parent | 5a360f470be5d95525a465c500cf5d9cd4beada3 (diff) | |
download | gdb-be5fcb106ba6c009eb57941320e621d034347d9a.zip gdb-be5fcb106ba6c009eb57941320e621d034347d9a.tar.gz gdb-be5fcb106ba6c009eb57941320e621d034347d9a.tar.bz2 |
* mn10300.igen: Doc fixes.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/mn10300/mn10300.igen | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sim/mn10300/mn10300.igen b/sim/mn10300/mn10300.igen index 1114142..b0ab89f 100644 --- a/sim/mn10300/mn10300.igen +++ b/sim/mn10300/mn10300.igen @@ -3799,7 +3799,7 @@ { if (mask & 0x1) { - /* Need to restore MDQR, MCRH, MCRL, and MCVF */ + /* Need to restore MDRQ, MCRH, MCRL, and MCVF */ sp += 16; State.regs[REG_E0 + 1] = load_word (sp); sp += 4; @@ -3878,7 +3878,7 @@ sp -= 4; store_word (sp, State.regs[REG_E0 + 1]); sp -= 16; - /* Need to save MDQR, MCRH, MCRL, and MCVF */ + /* Need to save MDRQ, MCRH, MCRL, and MCVF */ } } @@ -3979,7 +3979,7 @@ sp -= 4; store_word (sp, State.regs[REG_E0 + 1]); sp -= 16; - /* Need to save MDQR, MCRH, MCRL, and MCVF */ + /* Need to save MDRQ, MCRH, MCRL, and MCVF */ } } @@ -4087,7 +4087,7 @@ sp -= 4; store_word (sp, State.regs[REG_E0 + 1]); sp -= 16; - /* Need to save MDQR, MCRH, MCRL, and MCVF */ + /* Need to save MDRQ, MCRH, MCRL, and MCVF */ } } @@ -4189,7 +4189,7 @@ if (mask & 0x1) { - /* Need to restore MDQR, MCRH, MCRL, and MCVF */ + /* Need to restore MDRQ, MCRH, MCRL, and MCVF */ offset -= 16; State.regs[REG_E0 + 0] = load_word (sp + offset); offset -= 4; @@ -4293,7 +4293,7 @@ if (mask & 0x1) { - /* Need to restore MDQR, MCRH, MCRL, and MCVF */ + /* Need to restore MDRQ, MCRH, MCRL, and MCVF */ offset -= 16; State.regs[REG_E0 + 0] = load_word (sp + offset); offset -= 4; |