2002-11-01 Joel Sherrill <joel@OARcorp.com>

* startup/m68k-stub.c: Removed typos.
This commit is contained in:
Joel Sherrill
2002-11-01 23:05:26 +00:00
parent d089d90742
commit 80277b8398
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/m68k-stub.c: Removed typos.
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* startup/m68k-stub.c: Removed warnings.

View File

@@ -290,8 +290,8 @@ return_to_any:\n\
copyUserLoop: \n\
movew %a1@-,%sp@- \n\
dbf %d0,copyUserLoop \n\
"); \n\
RESTORE_FP_REGS() \n\
");
RESTORE_FP_REGS()
asm("\n\
moveml registers,%d0-%d7/%a0-%a6\n\
rte /* pop and go! */\n\
@@ -333,7 +333,7 @@ _already7:\n\
");
#if defined (__mc68000__) && !defined(__mc68020__)
asm("\n\
lea %sp@(4),%sp"); /* pull off 68000 return address */\n\
lea %sp@(4),%sp"); /* pull off 68000 return address */
#endif
asm("\n\
rte\n\
@@ -454,7 +454,7 @@ a7saveDone:\n\
* Return Address MSWord
* Return Address LSWord
*/
asm("
asm("\n\
.text\n\
.globl _catchException\n\
.align 4\n\