Revision a0d700e4 target-mips/translate.c

b/target-mips/translate.c
187 187
    OPC_MOVCI    = 0x01 | OPC_SPECIAL,
188 188

  
189 189
    /* Special */
190
    OPC_PMON     = 0x05 | OPC_SPECIAL, /* inofficial */
190
    OPC_PMON     = 0x05 | OPC_SPECIAL, /* unofficial */
191 191
    OPC_SYSCALL  = 0x0C | OPC_SPECIAL,
192 192
    OPC_BREAK    = 0x0D | OPC_SPECIAL,
193
    OPC_SPIM     = 0x0E | OPC_SPECIAL, /* inofficial */
193
    OPC_SPIM     = 0x0E | OPC_SPECIAL, /* unofficial */
194 194
    OPC_SYNC     = 0x0F | OPC_SPECIAL,
195 195

  
196 196
    OPC_SPECIAL15_RESERVED = 0x15 | OPC_SPECIAL,

Also available in: Unified diff