From d489513203c841a8e1451b70640fcbb3b42eaee4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Nov 2002 22:33:53 +0000 Subject: 2002-11-01 Joel Sherrill * sh7045/score/cpu_asm.c: Fixed typo. --- c/src/lib/libcpu/sh/ChangeLog | 4 ++++ c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libcpu/sh/ChangeLog b/c/src/lib/libcpu/sh/ChangeLog index 44c8612c6e..f28fdb90fe 100644 --- a/c/src/lib/libcpu/sh/ChangeLog +++ b/c/src/lib/libcpu/sh/ChangeLog @@ -1,3 +1,7 @@ +2002-11-01 Joel Sherrill + + * sh7045/score/cpu_asm.c: Fixed typo. + 2002-10-21 Ralf Corsepius * .cvsignore: Reformat. diff --git a/c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c b/c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c index 8aed481f5b..89eb173091 100644 --- a/c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c +++ b/c/src/lib/libcpu/sh/sh7045/score/cpu_asm.c @@ -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)) ); -- cgit v1.2.3