Add FIXME for something that works, but shouldn't...

Fri, 19 Nov 2010 03:47:22 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 19 Nov 2010 03:47:22 +0000
changeset 66
d02e5e93aeef
parent 65
134ddfbb2005
child 67
782274d793ac

Add FIXME for something that works, but shouldn't...

lvm.js file | annotate | diff | comparison | revisions
--- a/lvm.js	Fri Nov 19 03:43:47 2010 +0000
+++ b/lvm.js	Fri Nov 19 03:47:22 2010 +0000
@@ -479,7 +479,7 @@
 				frame.reg[INS_A(instruction)+1] = table;
 				var C = INS_C(instruction);
 				var keysource = (C&256)?frame.f.constants:frame.reg;
-				var key = keysource[C&0xff];
+				var key = keysource[C&0xff]; // FIXME: Should this be made an LValue?
 				frame.reg[INS_A(instruction)] = table.index(key);
 				break;
 			case OP_FORPREP:

mercurial