From e23f2f36b14cb3143d8e215d47919b04f9962052 Mon Sep 17 00:00:00 2001 From: malc Date: Sat, 11 Apr 2009 07:38:56 +0000 Subject: 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 --- tcg/ppc/tcg-target.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'tcg/ppc/tcg-target.c') diff --git a/tcg/ppc/tcg-target.c b/tcg/ppc/tcg-target.c index 23f94a83c6..f93c1dc60a 100644 --- a/tcg/ppc/tcg-target.c +++ b/tcg/ppc/tcg-target.c @@ -112,9 +112,6 @@ static const int tcg_target_reg_alloc_order[] = { #ifndef __linux__ TCG_REG_R13, #endif - TCG_REG_R0, - TCG_REG_R1, - TCG_REG_R2, TCG_REG_R24, TCG_REG_R25, TCG_REG_R26, -- cgit v1.2.1