summaryrefslogtreecommitdiff
path: root/target-i386/op.c
diff options
context:
space:
mode:
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;
-}