summaryrefslogtreecommitdiffstats
path: root/qemu/tests/tcg/lm32/test_calli.S
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/tests/tcg/lm32/test_calli.S')
-rw-r--r--qemu/tests/tcg/lm32/test_calli.S15
1 files changed, 0 insertions, 15 deletions
diff --git a/qemu/tests/tcg/lm32/test_calli.S b/qemu/tests/tcg/lm32/test_calli.S
deleted file mode 100644
index 1d87ae6e2..000000000
--- a/qemu/tests/tcg/lm32/test_calli.S
+++ /dev/null
@@ -1,15 +0,0 @@
-.include "macros.inc"
-
-start
-
-test_name CALLI_1
-calli mark
-return:
-
-tc_fail
-end
-
-mark:
-mv r3, ra
-check_r3 return
-end