We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed376f commit 4a3c0f6Copy full SHA for 4a3c0f6
lib/opFns.js
@@ -777,7 +777,7 @@ module.exports = {
777
length = utils.bufferToInt(length)
778
779
runState.stopped = true
780
- runState.returnValue = runState.lastReturned = memLoad(runState, offset, length)
+ runState.returnValue = memLoad(runState, offset, length)
781
trap(ERROR.REVERT)
782
},
783
// '0x70', range - other
0 commit comments