Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2012-10-27 19:57:12 +0400
committerAnthony Green <green@moxielogic.com>2012-10-27 19:57:12 +0400
commitffa2dd6787abb5393f9b77c0fcaa6b690a45d907 (patch)
tree7bcbb94a5bf40ce0498d8dbad2eea3ecdea3a896 /newlib/libc/machine
parentf71f133bda3077c835de51e76e83f674d45297ae (diff)
Minor optimization and bug fix for moxie.
Diffstat (limited to 'newlib/libc/machine')
-rw-r--r--newlib/libc/machine/moxie/setjmp.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/moxie/setjmp.S b/newlib/libc/machine/moxie/setjmp.S
index 991b91566..6c2c015e3 100644
--- a/newlib/libc/machine/moxie/setjmp.S
+++ b/newlib/libc/machine/moxie/setjmp.S
@@ -51,7 +51,7 @@ setjmp:
sto.l 0x34($r0), $r13
sto.l 0x38($r0), $sp
sto.l 0x3c($r0), $fp
- ldi.l $r0, 0x00
+ xor $r0, $r0
ret
.Lend1:
.size setjmp,.Lend1-setjmp