mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 08:56:11 +08:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
package ghidra.pcode.exec;
|
package ghidra.pcode.exec;
|
||||||
|
|
||||||
import static org.junit.Assert.assertEquals;
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|
||||||
@@ -128,8 +128,8 @@ public class PcodeFrameTest extends AbstractGTest {
|
|||||||
<PcodeProgram:
|
<PcodeProgram:
|
||||||
<0>
|
<0>
|
||||||
r0 = INT_ADD r0, 1:8
|
r0 = INT_ADD r0, 1:8
|
||||||
$U280:1 = INT_EQUAL r0, r1
|
$U300:1 = INT_EQUAL r0, r1
|
||||||
CBRANCH <0>, $U280:1
|
CBRANCH <0>, $U300:1
|
||||||
>""",
|
>""",
|
||||||
program.toString());
|
program.toString());
|
||||||
}
|
}
|
||||||
@@ -215,8 +215,8 @@ public class PcodeFrameTest extends AbstractGTest {
|
|||||||
<p-code frame: index=0 {
|
<p-code frame: index=0 {
|
||||||
<0>
|
<0>
|
||||||
-> r0 = INT_ADD r0, 1:8
|
-> r0 = INT_ADD r0, 1:8
|
||||||
$U280:1 = INT_EQUAL r0, r1
|
$U300:1 = INT_EQUAL r0, r1
|
||||||
CBRANCH <0>, $U280:1
|
CBRANCH <0>, $U300:1
|
||||||
}>""",
|
}>""",
|
||||||
frame.toString());
|
frame.toString());
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -439,8 +439,8 @@ public class JitControlFlowModelTest extends AbstractJitTest {
|
|||||||
// For sanity, and so I can reason out the results
|
// For sanity, and so I can reason out the results
|
||||||
assertEquals("""
|
assertEquals("""
|
||||||
<JitPassage:
|
<JitPassage:
|
||||||
0,00000000.0: $U800:1 = BOOL_NEGATE Z
|
0,00000000.0: $U1000:1 = BOOL_NEGATE Z
|
||||||
1,00000000.1: CBRANCH *[ram]0x2:8, $U800:1
|
1,00000000.1: CBRANCH *[ram]0x2:8, $U1000:1
|
||||||
2,00000000.2: BRANCH *[ram]0x4:8
|
2,00000000.2: BRANCH *[ram]0x4:8
|
||||||
3,00000002.0: C = COPY 0:1
|
3,00000002.0: C = COPY 0:1
|
||||||
4,00000002.1: V = COPY 0:1
|
4,00000002.1: V = COPY 0:1
|
||||||
|
|||||||
Reference in New Issue
Block a user