mirror of
https://github.com/xqemu/xqemu.git
synced 2025-04-02 11:11:56 -04:00
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
13 lines
93 B
ArmAsm
13 lines
93 B
ArmAsm
.include "macros.inc"
|
|
|
|
start
|
|
|
|
test_name B_1
|
|
load r1 jump
|
|
b r1
|
|
tc_fail
|
|
end
|
|
|
|
jump:
|
|
tc_pass
|
|
end
|