Add a junk operand. With no operands, the parser breaks.

--HG--
extra : convert_revision : 7410fd3681ed3d9b1293d982ed5f3553a6c75f3f
This commit is contained in:
Gabe Black 2007-03-21 21:09:24 +00:00
parent bbffaa8ee0
commit 276f6d794d

View file

@ -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)
}};