Revision 8f091a59 target-i386/op.c

b/target-i386/op.c
898 898
}
899 899

  
900 900
#ifdef TARGET_X86_64
901
void op_subq_A0_2(void)
902
{
903
    A0 -= 2;
904
}
905

  
901 906
void op_subq_A0_8(void)
902 907
{
903 908
    A0 -= 8;
......
929 934
    helper_enter_level(PARAM1, PARAM2);
930 935
}
931 936

  
937
#ifdef TARGET_X86_64
938
void OPPROTO op_enter64_level(void)
939
{
940
    helper_enter64_level(PARAM1, PARAM2);
941
}
942
#endif
943

  
932 944
void OPPROTO op_sysenter(void)
933 945
{
934 946
    helper_sysenter();

Also available in: Unified diff