This commit is contained in:
Joel Dice
2007-11-05 07:28:46 -07:00
parent 514be2dc87
commit 6c0e0c37e2
8 changed files with 76 additions and 48 deletions

View File

@ -2563,7 +2563,7 @@ interpret(Thread* t)
unsigned index = ip + ((key - bottom) * 4);
ip = base + codeReadInt32(t, code, index);
} else {
ip = base + default_;
ip = base + default_;
}
} goto loop;