forked from Imagelibrary/binutils-gdb
Fri Apr 15 11:53:46 1994 Stan Shebs (shebs@andros.cygnus.com)
* source.c (DIRNAME_SEPARATOR): New macro, replaces all references to : in search path processing. * defs.h (qsort): Rename argument in prototype. * symtab.h (SAYMBOL_VALUE): Rename value field, avoids bugs in some compilers. * breakpoint.c, exec.c, mdebugread.c, mipsread.c, xcoffexec.c (false): Eliminate usages.
This commit is contained in:
@@ -2293,7 +2293,7 @@ can_use_hardware_watchpoint (b)
|
||||
if (!(v->lval == lval_memory)
|
||||
|| v->lval == not_lval
|
||||
|| (v->lval != not_lval
|
||||
&& v->modifiable == false))
|
||||
&& v->modifiable == 0))
|
||||
return 0;
|
||||
else
|
||||
if (v->lval == lval_memory)
|
||||
|
||||
Reference in New Issue
Block a user