summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pc.h b/hw/pc.h
index c67294d0fe..7f21144cfa 100644
--- a/hw/pc.h
+++ b/hw/pc.h
@@ -127,7 +127,7 @@ enum vga_retrace_method {
extern enum vga_retrace_method vga_retrace_method;
-#ifndef TARGET_SPARC
+#if !defined(TARGET_SPARC) || defined(TARGET_SPARC64)
#define VGA_RAM_SIZE (8192 * 1024)
#else
#define VGA_RAM_SIZE (9 * 1024 * 1024)