Fix to remote debugger while in PAL
arch/alpha/vtophys.cc:
base/remote_gdb.cc:
Fix to remote debugger while in PAL code
dev/pcidev.cc:
Remove extra debug printf
--HG--
extra : convert_revision : e64988846ad05cd3ddf47034d72d99dae3501591
This commit is contained in:
@@ -91,7 +91,6 @@ PciDev::ReadConfig(int offset, int size, uint8_t *data)
|
||||
|
||||
case sizeof(uint8_t):
|
||||
memcpy((uint8_t*)data, config.data + offset, sizeof(uint8_t));
|
||||
printf("data: %#x\n", *(uint8_t*)(config.data + offset));
|
||||
DPRINTF(PCIDEV,
|
||||
"read device: %#x function: %#x register: %#x data: %#x\n",
|
||||
Device, Function, offset, *(uint8_t*)(config.data + offset));
|
||||
|
||||
Reference in New Issue
Block a user