Revision 06c2f506 target-i386/op.c

b/target-i386/op.c
938 938
#ifdef TARGET_X86_64
939 939
void OPPROTO op_syscall(void)
940 940
{
941
    helper_syscall();
941
    helper_syscall(PARAM1);
942 942
}
943 943

  
944 944
void OPPROTO op_sysret(void)

Also available in: Unified diff