mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
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