mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Merge remote-tracking branch 'origin/GP-2672_Dan_guestScratchDisassembly'
This commit is contained in:
commit
ac8f67f629
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue