diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-29 16:38:41 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-29 16:38:41 +0000 |
commit | 75d0187a52af2afd92c6c7f34e3f089733946766 (patch) | |
tree | b924f8962609e67051596c8ec25de6ad127c05ff /target-sparc/op_helper.c | |
parent | bd0c5661bfd5d665f3e733b6724406b5a0ca1403 (diff) |
Remove unused (for now) reg_REGWPTR (original patch by Glauber Costa)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4617 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/op_helper.c')
-rw-r--r-- | target-sparc/op_helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sparc/op_helper.c b/target-sparc/op_helper.c index 2aae95507b..3c04fe54f9 100644 --- a/target-sparc/op_helper.c +++ b/target-sparc/op_helper.c @@ -2629,7 +2629,6 @@ void cpu_set_cwp(CPUState *env1, int new_cwp) if (new_cwp == (NWINDOWS - 1)) memcpy32(env1->regbase + NWINDOWS * 16, env1->regbase); env1->regwptr = env1->regbase + (new_cwp * 16); - REGWPTR = env1->regwptr; } void set_cwp(int new_cwp) |