Fix FORPREP to not blat R(A+3) - not sure what that line thought it was doing

Sun, 21 Nov 2010 21:17:59 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 21 Nov 2010 21:17:59 +0000
changeset 109
db4b13efbd50
parent 108
c5ba02673ba9
child 110
6a6e5ef39eaf

Fix FORPREP to not blat R(A+3) - not sure what that line thought it was doing

lvm.js file | annotate | diff | comparison | revisions
--- 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);

mercurial