mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57381 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef93cecd80
commit
a4bb48adc3
@ -412,7 +412,7 @@ void Emitter::emitInstruction(const MachineInstr &MI,
|
||||
// Emit the lock opcode prefix as needed.
|
||||
if (Desc->TSFlags & X86II::LOCK) MCE.emitByte(0xF0);
|
||||
|
||||
// Emit segment overrid opcode prefix as needed.
|
||||
// Emit segment override opcode prefix as needed.
|
||||
switch (Desc->TSFlags & X86II::SegOvrMask) {
|
||||
case X86II::FS:
|
||||
MCE.emitByte(0x64);
|
||||
|
Loading…
Reference in New Issue
Block a user