mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 23:17:03 +08:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
-6
@@ -114,12 +114,6 @@ public class TraceRmiPcodeExecTest extends AbstractGhidraHeadedDebuggerIntegrati
|
|||||||
return null;
|
return null;
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
|
||||||
* TODO: This second handle should not be necessary. The KNOWN ought to carry into the
|
|
||||||
* scratch snapshot.
|
|
||||||
*/
|
|
||||||
handleReadRegsInvocation(objRegs, () -> null);
|
|
||||||
|
|
||||||
byte[] result = waitOn(futResult);
|
byte[] result = waitOn(futResult);
|
||||||
assertEquals(new BigInteger("11"),
|
assertEquals(new BigInteger("11"),
|
||||||
executor.getArithmetic().toBigInteger(result, Purpose.INSPECT));
|
executor.getArithmetic().toBigInteger(result, Purpose.INSPECT));
|
||||||
|
|||||||
Reference in New Issue
Block a user