X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Freg_call5.expect.c;fp=tests%2Freg_call5.expect.c;h=d3571e18bdb54f83e05efa037a24adbafcc7d79f;hb=e627c4d0268fe9237839e68463382c2919ed59fd;hp=0000000000000000000000000000000000000000;hpb=ea43585b82e86b5c393ead41963ba6c2eca157c7;p=ia32rtools.git diff --git a/tests/reg_call5.expect.c b/tests/reg_call5.expect.c new file mode 100644 index 0000000..d3571e1 --- /dev/null +++ b/tests/reg_call5.expect.c @@ -0,0 +1,11 @@ +int sub_test() +{ + union { u32 d[2]; u8 b[8]; } sf; + u32 eax; + + sf.d[0] = 1; // var_8 + ebpcall_func((u32)&sf.b[sizeof(sf)]); // bp_ref + eax = 0; + return eax; +} +