Commit 095271d4eaf96129e9c08c3c5b7eace20527ac9a
1 parent
eb2eb1dc
Add missing r24..r26 to callee save registers
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6613 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
5 additions
and
0 deletions
tcg/ppc64/tcg-target.c
... | ... | @@ -140,6 +140,11 @@ static const int tcg_target_callee_save_regs[] = { |
140 | 140 | TCG_REG_R21, |
141 | 141 | TCG_REG_R22, |
142 | 142 | TCG_REG_R23, |
143 | + TCG_REG_R24, | |
144 | + TCG_REG_R25, | |
145 | + TCG_REG_R26, | |
146 | + /* TCG_REG_R27, */ /* currently used for the global env, so no | |
147 | + need to save */ | |
143 | 148 | TCG_REG_R28, |
144 | 149 | TCG_REG_R29, |
145 | 150 | TCG_REG_R30, | ... | ... |