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:
Diffstat (limited to 'libgloss/mep/sim-crtn.S')
-rw-r--r--libgloss/mep/sim-crtn.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/mep/sim-crtn.S b/libgloss/mep/sim-crtn.S
index 3250fa586..373fec2b2 100644
--- a/libgloss/mep/sim-crtn.S
+++ b/libgloss/mep/sim-crtn.S
@@ -13,11 +13,11 @@
.section .init
lw $1, ($sp)
stc $1, $lp
- add $sp, 4
+ add $sp, 8
ret
.section .fini
lw $1, ($sp)
stc $1, $lp
- add $sp, 4
+ add $sp, 8
ret