mac_nvram: size is a size, no need to be a target dependent type
authorJuan Quintela <quintela@redhat.com>
Fri, 3 Dec 2010 00:54:21 +0000 (01:54 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 22 Apr 2011 19:41:43 +0000 (14:41 -0500)
Signed-off-by: Juan Quintela <quintela@redhat.com>
hw/mac_nvram.c

index c2a2fc2..64f0192 100644 (file)
@@ -38,7 +38,7 @@
 #endif
 
 struct MacIONVRAMState {
-    target_phys_addr_t size;
+    uint32_t size;
     int mem_index;
     unsigned int it_shift;
     uint8_t *data;