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

* sh7045/score/cpu_asm.c: Fixed typo.
This commit is contained in:
Joel Sherrill
2002-11-01 22:33:53 +00:00
parent b31106f629
commit d489513203
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* sh7045/score/cpu_asm.c: Fixed typo.
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.

View File

@@ -226,7 +226,7 @@ __CPU_Context_switch:\n\
sts.l macl,@-r4\n\
mov.l r15,@-r4\n\
\n\
mov r5, r4"\n\
mov r5, r4"
:: "I" (sizeof(Context_Control))
);