提交 8a11f43b 编写于 作者: J Juan Quintela 提交者: Anthony Liguori

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

Signed-off-by: NJuan Quintela <quintela@redhat.com>
上级 7b9a3d86
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册