Commit eb2eb1dc002c57ef58b4dbc8ac3749d349f281a9

Authored by malc
1 parent cf9c147c

Add missing r24..r26 to calle save registers

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6612 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 5 additions and 0 deletions
tcg/ppc/tcg-target.c
... ... @@ -155,6 +155,11 @@ static const int tcg_target_callee_save_regs[] = {
155 155 TCG_REG_R21,
156 156 TCG_REG_R22,
157 157 TCG_REG_R23,
  158 + TCG_REG_R24,
  159 + TCG_REG_R25,
  160 + TCG_REG_R26,
  161 + /* TCG_REG_R27, */ /* currently used for the global env, so no
  162 + need to save */
158 163 TCG_REG_R28,
159 164 TCG_REG_R29,
160 165 TCG_REG_R30,
... ...