aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/common/crt-mt.S
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/common/crt-mt.S')
-rw-r--r--benchmarks/common/crt-mt.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/common/crt-mt.S b/benchmarks/common/crt-mt.S
index 283b3bf..7f35f9b 100644
--- a/benchmarks/common/crt-mt.S
+++ b/benchmarks/common/crt-mt.S
@@ -96,7 +96,7 @@ _start:
mfpcr a0,cr10
lw a1, 4(zero)
- slli a2, a0, 13
+ slli a2, a0, 16
la sp, stacktop
sub sp, sp, a2
@@ -110,7 +110,7 @@ _start:
.globl tlstop
.align 4
- .skip 32768
+ .skip 131072
stacktop:
- .skip 65536
+ .skip 131072
tlstop: