$OpenBSD: patch-disas_c,v 1.2 2006/06/08 14:33:38 todd Exp $ --- disas.c.orig Wed May 3 15:32:58 2006 +++ disas.c Fri May 5 22:07:38 2006 @@ -273,7 +273,7 @@ void disas(FILE *out, void *code, unsign #ifdef __arm__ /* since data are included in the code, it is better to display code data too */ - if (is_host) { + if (1 /* is_host */) { fprintf(out, "%08x ", (int)bfd_getl32((const bfd_byte *)pc)); } #endif