aboutsummaryrefslogtreecommitdiff
path: root/cpu-all.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-08-12 08:06:02 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-08-12 08:06:02 -0500
commit9b024b5f965a3c11aa65435df5b9e8f1cc24d3fa (patch)
tree952d44ca7f7c2f2333fbcc005d8f49f6dbba988f /cpu-all.h
parenteecaecedec1eb6a47be370a6023bc220a3d30c85 (diff)
parent85d59fef9defc78790c8b6cee833d4a77c22a490 (diff)
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Diffstat (limited to 'cpu-all.h')
-rw-r--r--cpu-all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-all.h b/cpu-all.h
index fa0205c28f..f5c82cdebd 100644
--- a/cpu-all.h
+++ b/cpu-all.h
@@ -488,7 +488,7 @@ typedef struct RAMBlock {
typedef struct RAMList {
uint8_t *phys_dirty;
- QLIST_HEAD(ram, RAMBlock) blocks;
+ QLIST_HEAD(, RAMBlock) blocks;
} RAMList;
extern RAMList ram_list;