aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
Diffstat (limited to 'hw')
-rw-r--r--hw/boards.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/boards.h b/hw/boards.h
index 7fb2df50f4..659c5590c5 100644
--- a/hw/boards.h
+++ b/hw/boards.h
@@ -15,7 +15,7 @@ typedef struct QEMUMachine {
const char *desc;
QEMUMachineInitFunc *init;
#define RAMSIZE_FIXED (1 << 0)
- size_t ram_require;
+ ram_addr_t ram_require;
struct QEMUMachine *next;
} QEMUMachine;