translate: fixes for pop scan
[ia32rtools.git] / tests / reg_save2.expect.c
1 int __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
11 loc1:
12   eax = 1;
13
14 end:
15   return eax;
16 }
17