qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 08/13] mac_nvram: size is a size, no need to be a ta


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 08/13] mac_nvram: size is a size, no need to be a target dependent type
Date: Thu, 10 Mar 2011 12:54:25 +0100

Signed-off-by: Juan Quintela <address@hidden>
---
 hw/mac_nvram.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/mac_nvram.c b/hw/mac_nvram.c
index c2a2fc2..64f0192 100644
--- a/hw/mac_nvram.c
+++ b/hw/mac_nvram.c
@@ -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;
-- 
1.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]