Commit e23f2f36b14cb3143d8e215d47919b04f9962052

Authored by malc
1 parent 39303672

Remove reserved registers from tcg_target_reg_alloc_order

Noticed by Andreas Faerber

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7080 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 3 deletions
tcg/ppc/tcg-target.c
... ... @@ -112,9 +112,6 @@ static const int tcg_target_reg_alloc_order[] = {
112 112 #ifndef __linux__
113 113 TCG_REG_R13,
114 114 #endif
115   - TCG_REG_R0,
116   - TCG_REG_R1,
117   - TCG_REG_R2,
118 115 TCG_REG_R24,
119 116 TCG_REG_R25,
120 117 TCG_REG_R26,
... ...