We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b95937 commit d570ba3Copy full SHA for d570ba3
1 file changed
src/hx/cppia/ArrayBuiltin.cpp
@@ -1305,7 +1305,7 @@ struct ArrayBuiltin : public ArrayBuiltinBase
1305
case af__set:
1306
{
1307
JitTemp thisVal(compiler, jtPointer);
1308
- JitTemp index(compiler, jtPointer);
+ JitTemp index(compiler, jtInt);
1309
ExprType elemType = (ExprType)ExprTypeOf<ELEM>::value;
1310
JitTemp tempVal(compiler, elemType);
1311
0 commit comments