blob: 495a123b60e5fddf2baf2e223b01447a9ee81c87 [file] [log] [blame]
# mach: m32r m32rx
# xerror:
# output: *misaligned write*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
st r0,@r0
fail
exit 0
.data
.p2align 2
foo:
.word 42