diff options
Diffstat (limited to 'tests/tcg/lm32/test_calli.S')
-rw-r--r-- | tests/tcg/lm32/test_calli.S | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/tcg/lm32/test_calli.S b/tests/tcg/lm32/test_calli.S deleted file mode 100644 index 1d87ae6e21..0000000000 --- a/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 |