looks like the interpreter was broken all the time. Didn't anyone

notice?
This commit is contained in:
Ludwig Nussel 2006-07-06 09:25:17 +00:00
parent fc244c97ef
commit 6327f1ce47
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,7 @@ nextInstruction2:
opStack--;
goto nextInstruction;
case OP_BCOM:
opStack[-1] = ~ ((unsigned)r0);
*opStack = ~ ((unsigned)r0);
goto nextInstruction;
case OP_LSH: