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')
-rw-r--r--libgloss/mep/syscalls.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/mep/syscalls.S b/libgloss/mep/syscalls.S
index 2c3dfc294..7f0eed456 100644
--- a/libgloss/mep/syscalls.S
+++ b/libgloss/mep/syscalls.S
@@ -51,7 +51,7 @@ S(link)
S(_Sid_config)
sysret:
- add3 $sp, $sp, -12
+ add3 $sp, $sp, -16
sw $0, 0($sp)
sw $1, 4($sp)
ldc $2, $lp
@@ -62,5 +62,5 @@ sysret:
lw $0, 0($sp)
lw $2, 8($sp)
stc $2, $lp
- add3 $sp, $sp, 12
+ add3 $sp, $sp, 16
ret