minor fixes
[ia32rtools.git] / tests / reg_call4.expect.c
1 void call_test()
2 {
3   u32 ebp;
4
5   ebp = 1;
6   ebpcall_func(ebp);  // tailcall
7 }
8