mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 05:29:23 +00:00
Fix comment from previous patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107717 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
07de40629f
commit
0106680a2c
@ -502,7 +502,7 @@ void X86MCCodeEmitter::EmitVEXOpcodePrefix(uint64_t TSFlags, unsigned &CurByte,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If the last register should be encoded in the immediate field
|
// If the last register should be encoded in the immediate field
|
||||||
// ignored it here.
|
// do not use any bit from VEX prefix to this register, ignore it
|
||||||
if ((TSFlags >> 32) & X86II::VEX_I8IMM)
|
if ((TSFlags >> 32) & X86II::VEX_I8IMM)
|
||||||
NumOps--;
|
NumOps--;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user