minor fixes
[ia32rtools.git] / tests / reg_call2.expect.c
CommitLineData
19b07b62 1int __fastcall sub_test(int a1, int a2)
2{
3 u32 ecx = (u32)a1;
4 // edx = a2; // unused
5 u32 eax;
6
7 eax = fastcall_func(ecx);
8 ecx++;
9 return eax;
10}
11