src/vm/jit/m68k/disass.c: Changed bfd_mach_mcf_isa_b_float_emac to
authortbfg <none@none>
Thu, 14 Jun 2007 12:07:03 +0000 (12:07 +0000)
committertbfg <none@none>
Thu, 14 Jun 2007 12:07:03 +0000 (12:07 +0000)
bfd_mach_mcfv4e as needed for newer binutils.

src/vm/jit/m68k/disass.c

index fd830e4eb66caec346799e64e26bae77c92dd5d9..10155725b96c5d30f7519d9ea8c94086a1f6df8e 100644 (file)
@@ -59,7 +59,7 @@ u1 *disassinstr(u1 *code)
                /* setting the struct members must be done after
                   INIT_DISASSEMBLE_INFO */
 
-               info.mach             = bfd_mach_mcf_isa_b_float_emac;  /* this is optimistic */
+               info.mach             = bfd_mach_mcfv4e;        /* this is optimistic */
                info.read_memory_func = &disass_buffer_read_memory;
 
                disass_initialized = 1;