![]() Make sure that expanded multipleInstructions are in correct order. Example for LI that's expanded to LUI->ADDI. Old behavior: nop, nop, nop, nop, ADDI nop, nop, nop, nop, LUI New behaviour: nop, nop, nop, nop, LUI nop, nop, nop, nop, ADDI |
||
---|---|---|
.. | ||
resources/tests | ||
scala |