* [Qemu-devel] [5394] Sun ss20 OBP does 32bit register access to esp (Robert Reif)
@ 2008-10-02 18:07 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-10-02 18:07 UTC (permalink / raw)
To: qemu-devel
Revision: 5394
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5394
Author: blueswir1
Date: 2008-10-02 18:07:56 +0000 (Thu, 02 Oct 2008)
Log Message:
-----------
Sun ss20 OBP does 32bit register access to esp (Robert Reif)
Modified Paths:
--------------
trunk/hw/esp.c
Modified: trunk/hw/esp.c
===================================================================
--- trunk/hw/esp.c 2008-10-02 18:06:50 UTC (rev 5393)
+++ trunk/hw/esp.c 2008-10-02 18:07:56 UTC (rev 5394)
@@ -569,7 +569,7 @@
static CPUWriteMemoryFunc *esp_mem_write[3] = {
esp_mem_writeb,
NULL,
- NULL,
+ esp_mem_writeb,
};
static void esp_save(QEMUFile *f, void *opaque)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-02 18:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02 18:07 [Qemu-devel] [5394] Sun ss20 OBP does 32bit register access to esp (Robert Reif) Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).