Commit e742d9c3 authored by 0xrin1's avatar 0xrin1 Committed by norswap

correct mistake

parent 9a9763f8
......@@ -59,6 +59,7 @@ contract MIPS {
emit TryReadMemory(addr);
ret = m.ReadMemory(stateHash, addr);
//emit DidReadMemory(addr, ret);
return;
}
assembly {
ret := sload(addr)
......
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