Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / tcg / lm32 / test_ret.S
diff --git a/qemu/tests/tcg/lm32/test_ret.S b/qemu/tests/tcg/lm32/test_ret.S
new file mode 100644 (file)
index 0000000..320264f
--- /dev/null
@@ -0,0 +1,14 @@
+.include "macros.inc"
+
+start
+
+test_name RET_1
+load ra mark
+ret
+
+tc_fail
+end
+
+mark:
+tc_pass
+end