aboutsummaryrefslogtreecommitdiff
path: root/target-i386/op.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-21 13:34:27 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-21 13:34:27 +0000
commit839bca8467a503171c3f12449434fa12cba2dc29 (patch)
tree0e2ef0ef8ed85dd9abc4c0f64366087ccd53ad72 /target-i386/op.c
parent07be379fb1d4d919384001a6732e1fa81b2212a2 (diff)
suppressed no longer used ops
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4511 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386/op.c')
-rw-r--r--target-i386/op.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/target-i386/op.c b/target-i386/op.c
index 0724e41be8..a4833010b4 100644
--- a/target-i386/op.c
+++ b/target-i386/op.c
@@ -457,14 +457,3 @@ void OPPROTO op_salc(void)
cf = cc_table[CC_OP].compute_c();
EAX = (EAX & ~0xff) | ((-cf) & 0xff);
}
-
-void OPPROTO op_fcomi_dummy(void)
-{
- T0 = 0;
-}
-
-/* SSE support */
-void OPPROTO op_com_dummy(void)
-{
- T0 = 0;
-}