* h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
[deliverable/binutils-gdb.git] / opcodes / i386-dis.c
index 6bdfa5f6f9383aee9e06ae2362a4f1bb7755bbf7..e30b7fee699df35f4671f067169d8c1c5a0304e5 100644 (file)
@@ -70,7 +70,7 @@ fetch_data (info, addr)
   if (status != 0)
     {
       (*info->memory_error_func) (status, start, info);
-      longjmp (priv->bailout);
+      longjmp (priv->bailout, 1);
     }
   else
     priv->max_fetched = addr;
This page took 0.024394 seconds and 4 git commands to generate.