diff options
Diffstat (limited to 'src/arch/mips/isa/operands.isa')
-rw-r--r-- | src/arch/mips/isa/operands.isa | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/mips/isa/operands.isa b/src/arch/mips/isa/operands.isa index 0f9c74b48..a9269a615 100644 --- a/src/arch/mips/isa/operands.isa +++ b/src/arch/mips/isa/operands.isa @@ -1,3 +1,5 @@ +// -*- mode:c++ -*- + def operand_types {{ 'sb' : ('signed int', 8), 'ub' : ('unsigned int', 8), |