Add missing r24..r26 to calle save registers

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6612 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
malc 2009-02-11 18:51:19 +00:00
parent cf9c147c68
commit eb2eb1dc00
1 changed files with 5 additions and 0 deletions

View File

@ -155,6 +155,11 @@ static const int tcg_target_callee_save_regs[] = {
TCG_REG_R21,
TCG_REG_R22,
TCG_REG_R23,
TCG_REG_R24,
TCG_REG_R25,
TCG_REG_R26,
/* TCG_REG_R27, */ /* currently used for the global env, so no
need to save */
TCG_REG_R28,
TCG_REG_R29,
TCG_REG_R30,