# HG changeset patch # User Matthew Wild # Date 1290374279 0 # Node ID db4b13efbd50dba9d07fcd27b0daf2a670ffb356 # Parent c5ba02673ba911acabac98fab02b972c5d2de4c5 Fix FORPREP to not blat R(A+3) - not sure what that line thought it was doing diff -r c5ba02673ba9 -r db4b13efbd50 lvm.js --- a/lvm.js Sun Nov 21 16:50:39 2010 +0000 +++ b/lvm.js Sun Nov 21 21:17:59 2010 +0000 @@ -561,7 +561,6 @@ frame.pc+=(INS_sBx(instruction)); var A = INS_A(instruction); frame.reg[A].value -= frame.reg[A+2].value; - frame.reg[A+3] = new LValue(this, "number", null); break; case OP_FORLOOP: var A = INS_A(instruction);