Commit ca88500f43053a61f8fda69e25b117525f2d9340
1 parent
a35e86c5
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
Showing
1 changed file
with
0 additions
and
1 deletions
tcg/ppc/tcg-target.c
| @@ -118,7 +118,6 @@ static const int tcg_target_call_oarg_regs[2] = { | @@ -118,7 +118,6 @@ static const int tcg_target_call_oarg_regs[2] = { | ||
| 118 | }; | 118 | }; |
| 119 | 119 | ||
| 120 | static const int tcg_target_callee_save_regs[] = { | 120 | static const int tcg_target_callee_save_regs[] = { |
| 121 | - TCG_REG_R13, /* should r13 be saved? */ | ||
| 122 | TCG_REG_R14, | 121 | TCG_REG_R14, |
| 123 | TCG_REG_R15, | 122 | TCG_REG_R15, |
| 124 | TCG_REG_R16, | 123 | TCG_REG_R16, |