mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-29 00:55:32 +08:00
Merge remote-tracking branch 'origin/GT-2995_ryanmkurtz_PR-522_achan1989_error'
This commit is contained in:
+1
-1
@@ -1537,7 +1537,7 @@ public class SleighCompile extends SleighBase {
|
|||||||
entry("buildMacro", sym, rtl);
|
entry("buildMacro", sym, rtl);
|
||||||
String errstring = checkSymbols(symtab.getCurrentScope());
|
String errstring = checkSymbols(symtab.getCurrentScope());
|
||||||
if (errstring.length() != 0) {
|
if (errstring.length() != 0) {
|
||||||
reportError(sym.getLocation(), " in definition of macro " + sym.getName() + ":");
|
reportError(sym.getLocation(), " in definition of macro " + sym.getName() + ":" + errstring);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!expandMacros(rtl)) {
|
if (!expandMacros(rtl)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user