Commit 5f634428 authored by protolambda's avatar protolambda

cannon: semgrep todo-fix

parent 679955d6
...@@ -388,7 +388,7 @@ func (m *InstrumentedState) mipsStep() error { ...@@ -388,7 +388,7 @@ func (m *InstrumentedState) mipsStep() error {
func execute(insn uint32, rs uint32, rt uint32, mem uint32) uint32 { func execute(insn uint32, rs uint32, rt uint32, mem uint32) uint32 {
opcode := insn >> 26 // 6-bits opcode := insn >> 26 // 6-bits
fun := insn & 0x3f // 6-bits fun := insn & 0x3f // 6-bits
// TODO: deref the immed into a register // TODO(CLI-4136): deref the immed into a register
if opcode < 0x20 { if opcode < 0x20 {
// transform ArithLogI // transform ArithLogI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment