minor fixes
[ia32rtools.git] / tests / reg_call5.expect.c
1 int sub_test()
2 {
3   union { u32 d[2]; u8 b[8]; } sf;
4   u32 eax;
5
6   sf.d[0] = 1;  // var_8
7   ebpcall_func((u32)&sf.b[sizeof(sf)]);  // bp_ref
8   eax = 0;
9   return eax;
10 }
11