X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Freg_call_tail.asm;fp=tests%2Freg_call_tail.asm;h=6fde80134ccec2380d13e170f90aba78be4ad6c2;hb=19b07b62484f19ec2d59e7489e96f4ec877d3fbd;hp=0000000000000000000000000000000000000000;hpb=b2bd20c04cbabc101db5bfdf35bb9f5fd5aebe33;p=ia32rtools.git diff --git a/tests/reg_call_tail.asm b/tests/reg_call_tail.asm new file mode 100644 index 0000000..6fde801 --- /dev/null +++ b/tests/reg_call_tail.asm @@ -0,0 +1,11 @@ + +_text segment para public 'CODE' use32 + +sub_test proc near + mov ebx, 1 + jmp fastcall_func +sub_test endp + +_text ends + +; vim:expandtab