Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / tcg / lm32 / test_b.S
diff --git a/qemu/tests/tcg/lm32/test_b.S b/qemu/tests/tcg/lm32/test_b.S
new file mode 100644 (file)
index 0000000..98172d8
--- /dev/null
@@ -0,0 +1,13 @@
+.include "macros.inc"
+
+start
+
+test_name B_1
+load r1 jump
+b r1
+tc_fail
+end
+
+jump:
+tc_pass
+end