Fix Windows bustage for bug 584275. r=me.

--HG--
extra : convert_revision : 50ab6cea085bd699f13ebac102756531e8c0640f
This commit is contained in:
Nicholas Nethercote 2010-08-05 18:09:23 -07:00
parent 3b63712fcf
commit 771a1472de

View File

@ -2485,7 +2485,7 @@ namespace nanojit
AccSet a = storesSinceLastLoad & ((1 << EMB_NUM_USED_ACCS) - 1);
while (a) {
int acc = msbSet(a);
clearL(acc);
clearL((CseAcc)acc);
a &= ~(1 << acc);
}