mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-02 12:10:24 +00:00
Merge remote-tracking branch 'origin/GP-2672_Dan_guestScratchDisassembly'
This commit is contained in:
commit
ac8f67f629
@ -381,7 +381,7 @@ public class DBTraceGuestPlatformMappedMemory implements Memory {
|
||||
int savedLimit = buffer.limit();
|
||||
try {
|
||||
buffer.limit(buffer.position() + lenToRead);
|
||||
hostSpace.getBytes(snap, hostCur, buffer);
|
||||
hostSpace.getViewBytes(snap, hostCur, buffer);
|
||||
}
|
||||
finally {
|
||||
buffer.limit(savedLimit);
|
||||
|
Loading…
Reference in New Issue
Block a user