mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue