X86: missed a file which adds a "fold" bit.
--HG-- extra : convert_revision : 2c8eea425221d069a9bb888c8f18839843061899
This commit is contained in:
parent
da84aa95a9
commit
31a862b8f1
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ output header {{
|
|||
class SyscallInst : public X86ISA::X86StaticInst
|
||||
{
|
||||
public:
|
||||
static const RegIndex foldOBit = 0;
|
||||
/// Constructor
|
||||
SyscallInst(const char *_mnemonic, ExtMachInst _machInst,
|
||||
OpClass __opClass) :
|
||||
|
|
Loading…
Reference in a new issue