InstEmitMemory32: Literal loads always have word-aligned PC (#3104)
This commit is contained in:
parent
f861f0bca2
commit
ce71f9144e
2 changed files with 15 additions and 1 deletions
|
@ -153,7 +153,7 @@ namespace ARMeilleure.Instructions
|
|||
{
|
||||
OpCode32Mem op = (OpCode32Mem)context.CurrOp;
|
||||
|
||||
Operand n = context.Copy(GetIntA32(context, op.Rn));
|
||||
Operand n = context.Copy(GetIntA32AlignedPC(context, op.Rn));
|
||||
Operand m = GetMemM(context, setCarry: false);
|
||||
|
||||
Operand temp = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue