minor fixes
[ia32rtools.git] / tests / reg_call_tail.asm
1
2 _text           segment para public 'CODE' use32
3
4 sub_test        proc near
5                 mov     ebx, 1
6                 jmp     fastcall_func
7 sub_test        endp
8
9 _text           ends
10
11 ; vim:expandtab