mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
mac_nvram: size is a size, no need to be a target dependent type
Signed-off-by: Juan Quintela <quintela@redhat.com>
This commit is contained in:
parent
7b9a3d86c1
commit
8a11f43bd5
@ -38,7 +38,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct MacIONVRAMState {
|
struct MacIONVRAMState {
|
||||||
target_phys_addr_t size;
|
uint32_t size;
|
||||||
int mem_index;
|
int mem_index;
|
||||||
unsigned int it_shift;
|
unsigned int it_shift;
|
||||||
uint8_t *data;
|
uint8_t *data;
|
||||||
|
Loading…
Reference in New Issue
Block a user