diff options
author | SeokYeon Hwang <syeon.hwang@samsung.com> | 2013-09-10 16:32:47 +0900 |
---|---|---|
committer | SeokYeon Hwang <syeon.hwang@samsung.com> | 2013-09-10 16:32:47 +0900 |
commit | d5c4acbdf1f879a17b869a47ee24216727b3f194 (patch) | |
tree | af329db0114b5f7a15e40806f2e17c5aac5e9cb1 /hw/display | |
parent | e7e1f780b43c7476a036d4695136eac4339fc689 (diff) | |
download | qemu-d5c4acbdf1f879a17b869a47ee24216727b3f194.tar.gz qemu-d5c4acbdf1f879a17b869a47ee24216727b3f194.tar.bz2 qemu-d5c4acbdf1f879a17b869a47ee24216727b3f194.zip |
Fix compilation errors
Change-Id: I03c31fe1680f65f4622e0a0c4e743790a61d48fe
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Diffstat (limited to 'hw/display')
-rw-r--r-- | hw/display/vga-pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/vga-pci.c b/hw/display/vga-pci.c index 4932670c1e..16f073a8d8 100644 --- a/hw/display/vga-pci.c +++ b/hw/display/vga-pci.c @@ -151,7 +151,7 @@ static int pci_std_vga_initfn(PCIDevice *dev) /* vga + console init */ #ifdef CONFIG_MARU - maru_vga_common_init(s); + maru_vga_common_init(s, OBJECT(dev)); #else vga_common_init(s, OBJECT(dev)); #endif |