mac_nvram: size is a size, no need to be a target dependent type

Signed-off-by: Juan Quintela <quintela@redhat.com>
master
Juan Quintela 2010-12-03 01:54:21 +01:00 committed by Anthony Liguori
parent 7b9a3d86c1
commit 8a11f43bd5
1 changed files with 1 additions and 1 deletions

View 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;