2009-05-26 Catherine Moore <clm@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / eret-3.s
CommitLineData
ff239038
CM
1 .globl foo
2 .ent foo
3foo:
4 eret
5 .end foo
6
7 .globl bar
8 .ent bar
9bar:
10 beq $4,$0,1f
11 sw $4,0($5)
121:
13 jr $31
14 .end bar
This page took 0.023904 seconds and 4 git commands to generate.