Merge remote-tracking branch 'origin/GP-2672_Dan_guestScratchDisassembly'

This commit is contained in:
Ryan Kurtz 2022-11-12 01:40:09 -05:00
commit ac8f67f629

View File

@ -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);