diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-21 13:24:30 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-21 13:24:30 +0000 |
commit | 9d0763c4c0bc7840a3113abf39aae6dd87e9be91 (patch) | |
tree | 498bbaab53ee88ae499d4c475f59cebe6392a234 /target-i386/op.c | |
parent | 0211e5aff995ee55722148923a7fc317796e4114 (diff) |
converted BCD ops to TCG
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4509 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386/op.c')
-rw-r--r-- | target-i386/op.c | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/target-i386/op.c b/target-i386/op.c index e8f342c813..6ef1474545 100644 --- a/target-i386/op.c +++ b/target-i386/op.c @@ -165,38 +165,6 @@ void OPPROTO op_cmpxchg8b(void) #endif -/* bcd */ - -void OPPROTO op_aam(void) -{ - helper_aam(PARAM1); -} - -void OPPROTO op_aad(void) -{ - helper_aad(PARAM1); -} - -void OPPROTO op_aaa(void) -{ - helper_aaa(); -} - -void OPPROTO op_aas(void) -{ - helper_aas(); -} - -void OPPROTO op_daa(void) -{ - helper_daa(); -} - -void OPPROTO op_das(void) -{ - helper_das(); -} - /* segment handling */ /* faster VM86 version */ |