mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-15 17:09:31 -07:00
Fix Sparc64 VGA memory size bug exposed by r6604
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6618 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
b136a4c6ef
commit
1760507192
1 changed files with 1 additions and 1 deletions
2
hw/pc.h
2
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue