minor fixes
[ia32rtools.git] / tests / reg_call1.expect.c
1 int __fastcall sub_test(int a1)
2 {
3   u32 ecx = (u32)a1;
4   u32 eax;
5
6   fastcall_func(ecx);
7   eax = 0;
8   return eax;
9 }
10