]> Git Repo - qemu.git/commitdiff
According to gcc-4.3.0/gcc/config/rs6000/crtsavres.asm R13 is volatile
authormalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 23 Jun 2008 05:47:06 +0000 (05:47 +0000)
committermalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 23 Jun 2008 05:47:06 +0000 (05:47 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4779 c046a42c-6fe2-441c-8c8c-71466251a162

tcg/ppc/tcg-target.c

index 8d5f7dcfce0b1dafcb7521d41c0496acdfc7109d..39319903cd1beb16180a77ed30424d4001b7cce6 100644 (file)
@@ -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,
This page took 0.029445 seconds and 4 git commands to generate.