X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Freg_call4.expect.c;fp=tests%2Freg_call4.expect.c;h=ca8d14b1517ea75abf250a4b5dd8a1375f29b99d;hb=e627c4d0268fe9237839e68463382c2919ed59fd;hp=0000000000000000000000000000000000000000;hpb=ea43585b82e86b5c393ead41963ba6c2eca157c7;p=ia32rtools.git diff --git a/tests/reg_call4.expect.c b/tests/reg_call4.expect.c new file mode 100644 index 0000000..ca8d14b --- /dev/null +++ b/tests/reg_call4.expect.c @@ -0,0 +1,8 @@ +void call_test() +{ + u32 ebp; + + ebp = 1; + ebpcall_func(ebp); // tailcall +} +