mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 14:40:25 +00:00
Remove argument to fix build bot failure.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198587 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
30be10a06e
commit
46832216c6
@ -1191,7 +1191,7 @@ void X86MCCodeEmitter::EmitOpcodePrefix(uint64_t TSFlags, unsigned &CurByte,
|
||||
EmitByte(0x67, CurByte, OS);
|
||||
|
||||
// Emit the operand size opcode prefix as needed.
|
||||
if (TSFlags & (is16BitMode(Features) ? X86II::OpSize16 : X86II::OpSize))
|
||||
if (TSFlags & (is16BitMode() ? X86II::OpSize16 : X86II::OpSize))
|
||||
EmitByte(0x66, CurByte, OS);
|
||||
|
||||
bool Need0FPrefix = false;
|
||||
|
Loading…
Reference in New Issue
Block a user