Commit a927417d authored by protolambda's avatar protolambda

mipsevm: remove PC log for CI test log readability

parent 5a18a1be
...@@ -208,7 +208,6 @@ func HookUnicorn(st *State, mu uc.Unicorn, stdOut, stdErr io.Writer, tr Tracer) ...@@ -208,7 +208,6 @@ func HookUnicorn(st *State, mu uc.Unicorn, stdOut, stdErr io.Writer, tr Tracer)
st.LO = uint32(batch[33]) st.LO = uint32(batch[33])
st.HI = uint32(batch[34]) st.HI = uint32(batch[34])
fmt.Printf("pc: 0x%08x\n", st.PC)
}, 0, ^uint64(0)) }, 0, ^uint64(0))
if err != nil { if err != nil {
return fmt.Errorf("failed to set up instruction hook: %w", err) return fmt.Errorf("failed to set up instruction hook: %w", err)
......
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