summary refs log tree commit diff stats
path: root/hw/display/ramfb-stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/display/ramfb-stubs.c')
-rw-r--r--hw/display/ramfb-stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/display/ramfb-stubs.c b/hw/display/ramfb-stubs.c
index cf64733b10..b83551357b 100644
--- a/hw/display/ramfb-stubs.c
+++ b/hw/display/ramfb-stubs.c
@@ -8,7 +8,7 @@ void ramfb_display_update(QemuConsole *con, RAMFBState *s)
 {
 }
 
-RAMFBState *ramfb_setup(Error **errp)
+RAMFBState *ramfb_setup(bool romfile, Error **errp)
 {
     error_setg(errp, "ramfb support not available");
     return NULL;