diff options
Diffstat (limited to 'sim/testsuite/mips64vr5900el-elf/t-macros.i')
-rw-r--r-- | sim/testsuite/mips64vr5900el-elf/t-macros.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/testsuite/mips64vr5900el-elf/t-macros.i b/sim/testsuite/mips64vr5900el-elf/t-macros.i index 47844a7..5129781 100644 --- a/sim/testsuite/mips64vr5900el-elf/t-macros.i +++ b/sim/testsuite/mips64vr5900el-elf/t-macros.i @@ -95,6 +95,7 @@ .endm .macro start + .text .globl _start .set noreorder _start: |