mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-07-30 07:18:37 -09:00
GP-0: Fixing RTTI test
This commit is contained in:
@@ -71,7 +71,7 @@ public class CreateRtti1BackgroundCmd extends AbstractCreateDataBackgroundCmd<Rt
|
||||
@Override
|
||||
protected boolean createAssociatedData() throws CancelledException {
|
||||
|
||||
return createRtti0() || createRtti3();
|
||||
return createRtti0() | createRtti3();
|
||||
}
|
||||
|
||||
private boolean createRtti0() throws CancelledException {
|
||||
|
||||
Reference in New Issue
Block a user