# HG changeset patch # User Matthew Wild # Date 1290138442 0 # Node ID d02e5e93aeefcfc08899836d94fbdd2f1a9bdce7 # Parent 134ddfbb200571b0aa026f3ccdf13d68ac6acc9c Add FIXME for something that works, but shouldn't... diff -r 134ddfbb2005 -r d02e5e93aeef lvm.js --- 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: