Revision a8170e5e hw/isa-bus.c

b/hw/isa-bus.c
24 24
#include "exec-memory.h"
25 25

  
26 26
static ISABus *isabus;
27
target_phys_addr_t isa_mem_base = 0;
27
hwaddr isa_mem_base = 0;
28 28

  
29 29
static void isabus_dev_print(Monitor *mon, DeviceState *dev, int indent);
30 30
static char *isabus_get_fw_dev_path(DeviceState *dev);

Also available in: Unified diff