From: malc <av1474@comtv.ru>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [6612] Add missing r24..r26 to calle save registers
Date: Wed, 11 Feb 2009 18:51:20 +0000 [thread overview]
Message-ID: <E1LXKB6-0001lJ-UV@cvs.savannah.gnu.org> (raw)
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,
reply other threads:[~2009-02-11 18:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1LXKB6-0001lJ-UV@cvs.savannah.gnu.org \
--to=av1474@comtv.ru \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).