Blob Blame History Raw
Index: libgputils/gpcod.c
===================================================================
--- libgputils/gpcod.c	(revision 1312)
+++ libgputils/gpcod.c	(working copy)
@@ -206,7 +206,7 @@
 
     for (i = mem_base; (i - mem_base) <= I_MEM_MAX; i += 2) {
       if (((i - mem_base) < I_MEM_MAX) &&
-          (Class->i_memory_get(Mem, i, &insn, NULL, NULL) == W_USED_ALL)) {
+          (Class->i_memory_get(Mem, i, &insn, NULL, NULL))) {
         gp_cod_emit_opcode(dbi, i, insn);
 
         if (!used_flag) {