mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 02:31:00 +00:00
Add missing line from upstream patch
This commit is contained in:
parent
e280088caf
commit
c1514609b1
|
@ -617,7 +617,8 @@ public class Sample_x86 {
|
|||
|
||||
// read from memory
|
||||
byte[] tmp = u.mem_read(11, 1);
|
||||
|
||||
System.out.printf(">>> Read 1 bytes from [0x%x] = 0x%x\n", 11, toInt(tmp));
|
||||
|
||||
u.close();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue