Skip to content

Commit 7c5db94

Browse files
authored
Revert "Java m68k regression fix (#2267)" (#2295)
This reverts commit 7a89371.
1 parent 7a89371 commit 7c5db94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/java/src/test/java/tests/TestSamples.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public void testM68k() {
236236
">>> A6 = 0x0 >>> D6 = 0x0\n" +
237237
">>> A7 = 0x0 >>> D7 = 0x0\n" +
238238
">>> PC = 0x10002\n" +
239-
">>> SR = 0x8\n",
239+
">>> SR = 0x0\n",
240240
outContent.toString());
241241
}
242242

0 commit comments

Comments
 (0)