Compile fix on 32-bit

This commit is contained in:
baldurk
2021-07-09 18:13:50 +01:00
parent 47df902b46
commit 4b52bc6a89
@@ -1072,7 +1072,7 @@ void Program::EncodeOperand(rdcarray<uint32_t> &tokenStream, const Operand &oper
OperandIndexType rep[3] = {};
for(int i = 0; i < oper.indices.size(); i++)
for(size_t i = 0; i < oper.indices.size(); i++)
{
OperandIndexType indextype = INDEX_IMMEDIATE32;