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
This commit is contained in:
blueswir1 2008-05-29 16:38:41 +00:00
parent bd0c5661bf
commit 75d0187a52
3 changed files with 0 additions and 19 deletions

View file

@ -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)