Add a junk operand. With no operands, the parser breaks.
--HG-- extra : convert_revision : 7410fd3681ed3d9b1293d982ed5f3553a6c75f3f
This commit is contained in:
parent
bbffaa8ee0
commit
276f6d794d
1 changed files with 3 additions and 0 deletions
|
@ -96,4 +96,7 @@ def operand_types {{
|
|||
}};
|
||||
|
||||
def operands {{
|
||||
# This is just copied from SPARC, because having no operands confuses
|
||||
# the parser.
|
||||
'Rd': ('IntReg', 'udw', 'RD', 'IsInteger', 1)
|
||||
}};
|
||||
|
|
Loading…
Reference in a new issue