Add missing line from upstream patch

This commit is contained in:
Chris Eagle
2015-08-25 21:22:58 -07:00
parent e280088caf
commit c1514609b1

View File

@ -617,6 +617,7 @@ 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();
}