minor fixes
[ia32rtools.git] / tests / reg_call3.expect.c
1 void __fastcall sub_test()
2 {
3   u32 ebx;
4   u32 ecx = 0;
5   u32 edx = 0;
6
7   ebx = 0;
8   fastcall_func(ecx, edx, 1);  // tailcall
9 }
10