diff options
Diffstat (limited to 'benchmarks/common/crt.S')
-rw-r--r-- | benchmarks/common/crt.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmarks/common/crt.S b/benchmarks/common/crt.S index 2dda05b..ea07099 100644 --- a/benchmarks/common/crt.S +++ b/benchmarks/common/crt.S @@ -129,6 +129,7 @@ _start: j _init + .align 2 trap_entry: addi sp, sp, -272 |