mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Don't use nullptr keyword yet.
This commit is contained in:
parent
efb6148b6c
commit
60e48ee1c3
2 changed files with 7 additions and 7 deletions
|
@ -1616,7 +1616,7 @@ void SleighCompile::buildPatterns(void)
|
|||
|
||||
{
|
||||
if (root == 0) {
|
||||
reportError(nullptr, "No patterns to match.");
|
||||
reportError((const Location *)0, "No patterns to match.");
|
||||
return;
|
||||
}
|
||||
ostringstream msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue