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

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: