qemu/tests/tcg/lm32/test_calli.S
<<
>>
Prefs
   1.include "macros.inc"
   2
   3start
   4
   5test_name CALLI_1
   6calli mark
   7return:
   8
   9tc_fail
  10end
  11
  12mark:
  13mv r3, ra
  14check_r3 return
  15end
  16