summaryrefslogtreecommitdiff
path: root/test/nop.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/nop.s')
-rw-r--r--test/nop.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nop.s b/test/nop.s
index 8fbb14f..8d0d75d 100644
--- a/test/nop.s
+++ b/test/nop.s
@@ -7,6 +7,6 @@ nop_loop:
nop
nop
nop
- jmp nop_loop
+ bra nop_loop
a
done