minor fixes
[ia32rtools.git] / tests / reg_save2.expect.c
CommitLineData
7a3c5555 1int __fastcall sub_test(int a1)
2{
3 u32 ecx = (u32)a1;
4 u32 eax;
5
6 if (ecx == 0)
7 goto loc1;
8 eax = 0;
9 goto end;
10
11loc1:
12 eax = 1;
13
14end:
15 return eax;
16}
17