aboutsummaryrefslogtreecommitdiff
path: root/opcodes/m68881-ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/m68881-ext.c')
-rw-r--r--opcodes/m68881-ext.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/opcodes/m68881-ext.c b/opcodes/m68881-ext.c
deleted file mode 100644
index ca3109f..0000000
--- a/opcodes/m68881-ext.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include "ieee-float.h"
-
-CONST struct ext_format ext_format_68881 = {
-/* tot sbyte smask expbyte manbyte */
- 12, 0, 0x80, 0,1, 4,8 /* mc68881 */
-};