diff options
author | DJ Delorie <dj@redhat.com> | 2005-09-15 18:32:53 -0400 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2005-09-15 18:32:53 -0400 |
commit | f5ea2dcaba8ac0a44948f23aef2491170693763e (patch) | |
tree | 12e76ca1c8ec16cd1de0d4d7dd902b1957560561 /gcc/config/m32c | |
parent | a022cd596984f7eb8e6189fdabab09243a217dae (diff) | |
download | gcc-f5ea2dcaba8ac0a44948f23aef2491170693763e.zip gcc-f5ea2dcaba8ac0a44948f23aef2491170693763e.tar.gz gcc-f5ea2dcaba8ac0a44948f23aef2491170693763e.tar.bz2 |
* config/m32c/m32c-lib1.S (__m32c_eh_return): Fix typo.
From-SVN: r104328
Diffstat (limited to 'gcc/config/m32c')
-rw-r--r-- | gcc/config/m32c/m32c-lib1.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m32c/m32c-lib1.S b/gcc/config/m32c/m32c-lib1.S index b7f5977..d45f1fa 100644 --- a/gcc/config/m32c/m32c-lib1.S +++ b/gcc/config/m32c/m32c-lib1.S @@ -112,7 +112,7 @@ __m32c_eh_return: mov.w a0,a1 exts.w r0 - sub.W A(r0,r0r2),a1 + sub.W A(r0,r2r0),a1 sub.W A(#3,#4),a1 /* a1 points to the new stack. */ |