Revision f54b3f92 disas.c

b/disas.c
279 279
    print_insn = print_insn_m68k;
280 280
#elif defined(__s390__)
281 281
    print_insn = print_insn_s390;
282
#elif defined(__hppa__)
283
    print_insn = print_insn_hppa;
282 284
#else
283 285
    fprintf(out, "0x%lx: Asm output not supported on this arch\n",
284 286
	    (long) code);

Also available in: Unified diff