forked from Imagelibrary/binutils-gdb
Replace STRCMP with strcmp()
This commit is contained in:
@@ -1151,7 +1151,7 @@ verify_break (int vec)
|
||||
{
|
||||
memory_error (status, memaddress);
|
||||
}
|
||||
return (STRCMP (instr, buf));
|
||||
return (strcmp (instr, buf));
|
||||
}
|
||||
return (-1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user