SH2 drc, dummy soc for GP2X
[libpicofe.git] / linux / host_dasm.c
index 9947689..a3c0e00 100644 (file)
@@ -21,10 +21,6 @@ static struct disassemble_info di;
 #define BFD_MACH bfd_mach_i386_i386_intel_syntax
 #endif
 
-/* hacks for ARM */
-int floatformat_to_double;
-int floatformat_ieee_single_little;
-
 /* symbols */
 static asymbol **symbols;
 static long symcount;