|
|
@@ -1019,7 +1019,7 @@ namespace Framework
|
|
|
DLLEXPORT void addLoadAddress(T* addr, GPRegister target = RAX)
|
|
|
{
|
|
|
instructions.add(new Instruction(MOV,
|
|
|
- {new GPRegisterArgument(temp),
|
|
|
+ {new GPRegisterArgument(target),
|
|
|
new ConstantArgument(
|
|
|
reinterpret_cast<__int64>(addr))}));
|
|
|
}
|