target/ppc: Fix typo in comments
[qemu/ar7.git] / tests / tcg / lm32 / test_break.S
blob0384fc6128f58aae8da0eb7db738f4adffa9f1a1
1 .include "macros.inc"
3 start
5 test_name BREAK_1
6 mvi r1, 1
7 wcsr IE, r1
8 insn:
9 break
10 check_excp 1
12 test_name BREAK_2
13 mv r3, ba
14 check_r3 insn
16 test_name BREAK_3
17 rcsr r3, IE
18 check_r3 4
20 end