Closed GoogleCodeExporter closed 9 years ago
ExpressionResolver.cpp, line 821
case op_dcd:
result = 1;
result <<= (value2 & 0xFF);
break;
This should use value1 instead.
Original comment by marko.lu...@kyi.biglobe.ne.jp
on 28 Jan 2012 at 1:56
This issue was closed by revision r30.
Original comment by reltham
on 28 Jan 2012 at 9:27
Original issue reported on code.google.com by
marko.lu...@kyi.biglobe.ne.jp
on 27 Jan 2012 at 10:51