* [Qemu-devel] [6612] Add missing r24..r26 to calle save registers
@ 2009-02-11 18:51 malc
0 siblings, 0 replies; only message in thread
From: malc @ 2009-02-11 18:51 UTC (permalink / raw)
To: qemu-devel
Revision: 6612
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6612
Author: malc
Date: 2009-02-11 18:51:19 +0000 (Wed, 11 Feb 2009)
Log Message:
-----------
Add missing r24..r26 to calle save registers
Modified Paths:
--------------
trunk/tcg/ppc/tcg-target.c
Modified: trunk/tcg/ppc/tcg-target.c
===================================================================
--- trunk/tcg/ppc/tcg-target.c 2009-02-11 18:04:12 UTC (rev 6611)
+++ trunk/tcg/ppc/tcg-target.c 2009-02-11 18:51:19 UTC (rev 6612)
@@ -155,6 +155,11 @@
TCG_REG_R21,
TCG_REG_R22,
TCG_REG_R23,
+ TCG_REG_R24,
+ TCG_REG_R25,
+ TCG_REG_R26,
+ /* TCG_REG_R27, */ /* currently used for the global env, so no
+ need to save */
TCG_REG_R28,
TCG_REG_R29,
TCG_REG_R30,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-02-11 18:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-11 18:51 [Qemu-devel] [6612] Add missing r24..r26 to calle save registers malc
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).