Update Java samples to match C samples.
Also add all of the samples as Java tests, referencing the output of the C samples.
This commit is contained in:
@@ -24,7 +24,6 @@ public class RegressionTests {
|
||||
uc.reg_read(Unicorn.UC_ARM64_REG_B0));
|
||||
assertEquals("V0 low halfword", 0x1234,
|
||||
uc.reg_read(Unicorn.UC_ARM64_REG_H0));
|
||||
uc.close();
|
||||
}
|
||||
|
||||
/** Test for GH #1164: Java binding use CodeHook on Windows, will invoke callback before every instruction */
|
||||
|
||||
Reference in New Issue
Block a user