From 092ec1978d3e1f01e9d1d6ce6f892c101f525682 Mon Sep 17 00:00:00 2001 From: Andrew Schultz Date: Fri, 13 Feb 2004 18:15:04 -0500 Subject: 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 --- dev/pcidev.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'dev/pcidev.cc') diff --git a/dev/pcidev.cc b/dev/pcidev.cc index c0358cd5a..556634115 100644 --- a/dev/pcidev.cc +++ b/dev/pcidev.cc @@ -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)); -- cgit v1.2.3