mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
X86AsmParser.cpp: Fix up r172148, to add initializer in another CreateMem().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172157 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
caa91f8b85
commit
b789b949b6
@ -528,6 +528,7 @@ struct X86Operand : public MCParsedAsmOperand {
|
||||
Res->Mem.Scale = Scale;
|
||||
Res->Mem.Size = Size;
|
||||
Res->Mem.NeedSizeDir = NeedSizeDir;
|
||||
Res->AddressOf = false;
|
||||
return Res;
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user