summaryrefslogtreecommitdiff
path: root/tcg
diff options
context:
space:
mode:
authormalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-11 08:19:50 +0000
committermalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-11 08:19:50 +0000
commit2ffebe2dcb809f24873bf03977c629af2dd47237 (patch)
treea5c0cb982f8bc786f4d87e5af2578556bc4561ef /tcg
parent9de187a0999a82b0ed987bd2a4df18f60a53b6ca (diff)
downloadqemu-2ffebe2dcb809f24873bf03977c629af2dd47237.tar.gz
Remove reserved registers from tcg_target_reg_alloc_order
Noticed by Andreas Faerber git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7082 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg')
-rw-r--r--tcg/ppc64/tcg-target.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tcg/ppc64/tcg-target.c b/tcg/ppc64/tcg-target.c
index ff5fb3ff30..a2f85ffc6a 100644
--- a/tcg/ppc64/tcg-target.c
+++ b/tcg/ppc64/tcg-target.c
@@ -104,10 +104,6 @@ static const int tcg_target_reg_alloc_order[] = {
TCG_REG_R10,
TCG_REG_R11,
TCG_REG_R12,
- TCG_REG_R13,
- TCG_REG_R0,
- TCG_REG_R1,
- TCG_REG_R2,
TCG_REG_R24,
TCG_REG_R25,
TCG_REG_R26,