aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/ppc/tcg-target.c
diff options
context:
space:
mode:
authormalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-23 05:47:06 +0000
committermalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-23 05:47:06 +0000
commitca88500f43053a61f8fda69e25b117525f2d9340 (patch)
treee136f304e14026f2e78b0a92718f9213da623776 /tcg/ppc/tcg-target.c
parenta35e86c55fa2858c7828058f2e59956597aaa7af (diff)
According to gcc-4.3.0/gcc/config/rs6000/crtsavres.asm R13 is volatile
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4779 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/ppc/tcg-target.c')
-rw-r--r--tcg/ppc/tcg-target.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/ppc/tcg-target.c b/tcg/ppc/tcg-target.c
index 8d5f7dcfc..39319903c 100644
--- a/tcg/ppc/tcg-target.c
+++ b/tcg/ppc/tcg-target.c
@@ -118,7 +118,6 @@ static const int tcg_target_call_oarg_regs[2] = {
};
static const int tcg_target_callee_save_regs[] = {
- TCG_REG_R13, /* should r13 be saved? */
TCG_REG_R14,
TCG_REG_R15,
TCG_REG_R16,