Fixed a bug caused by refactoring and improper testing (32-bit build affected only).

This commit is contained in:
kobalicek
2014-11-09 15:43:35 +01:00
parent 515d854d10
commit 06f1dbb32d

View File

@@ -448,7 +448,7 @@ static Error X86FuncDecl_initFunc(X86FuncDecl* self, uint32_t arch,
continue;
arg._regIndex = self->_passedOrderGp[gpPos++];
self->_used.add(kX86RegClassGp, IntUtil::mask(arg.getRegIndex()));
self->_used.or_(kX86RegClassGp, IntUtil::mask(arg.getRegIndex()));
}
// Stack arguments.