deliberately return non-zero to setjmp from longjmp. Otherwise
this code fails to compile.
+Wed Mar 31 20:49:06 1993 K. Richard Pixley (rich@rtl.cygnus.com)
+
+ * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):
+ deliberately return non-zero to setjmp from longjmp. Otherwise
+ this code fails to compile.
+
Wed Mar 31 17:04:31 1993 Stu Grossman (grossman@cygnus.com)
* m68k-dis.c: Fix prototype for fetch_arg().
if (status != 0)
{
(*info->memory_error_func) (status, start, info);
- longjmp (priv->bailout);
+ longjmp (priv->bailout, 1);
}
else
priv->max_fetched = addr;
if (status != 0)
{
(*info->memory_error_func) (status, start, info);
- longjmp (priv->bailout);
+ longjmp (priv->bailout, 1);
}
else
priv->max_fetched = addr;