binutils-gdb/sim/testsuite/frv/call.cgs

18 lines
179 B
Plaintext
Raw Normal View History

# frv testcase for call $label24
# mach: all
.include "testutils.inc"
start
.global call
call:
set_spr_immed 0,lr
call ok1
bad1:
fail
ok1:
test_spr_addr bad1,lr
pass