mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-16 07:30:16 +00:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
ac804f2dbd
@ -261,6 +261,9 @@ public class TraceObjectManager {
|
||||
catch (DuplicateNameException e) {
|
||||
throw new AssertionError(e); // Should be shrinking
|
||||
}
|
||||
catch (IllegalArgumentException e) {
|
||||
Msg.warn(this, "Unable to set creation snap for " + traceThread);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user