mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
Merge remote-tracking branch 'origin/GT-2995_ryanmkurtz_PR-522_achan1989_error'
This commit is contained in:
commit
298a72f5d1
1 changed files with 1 additions and 1 deletions
|
@ -1537,7 +1537,7 @@ public class SleighCompile extends SleighBase {
|
|||
entry("buildMacro", sym, rtl);
|
||||
String errstring = checkSymbols(symtab.getCurrentScope());
|
||||
if (errstring.length() != 0) {
|
||||
reportError(sym.getLocation(), " in definition of macro " + sym.getName() + ":");
|
||||
reportError(sym.getLocation(), " in definition of macro " + sym.getName() + ":" + errstring);
|
||||
return;
|
||||
}
|
||||
if (!expandMacros(rtl)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue