Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / tcg / lm32 / test_call.S
diff --git a/qemu/tests/tcg/lm32/test_call.S b/qemu/tests/tcg/lm32/test_call.S
new file mode 100644 (file)
index 0000000..1b91a5f
--- /dev/null
@@ -0,0 +1,16 @@
+.include "macros.inc"
+
+start
+
+test_name CALL_1
+load r1 mark
+call r1
+return:
+
+tc_fail
+end
+
+mark:
+mv r3, ra
+check_r3 return
+end