Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Jun 16, 2023
1 parent 3d8058e commit ad617bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gnovm/pkg/gnolang/machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ func (m *Machine) Eval(x Expr) []TypedValue {
m.PushOp(OpHalt)
m.PushExpr(x)
m.PushOp(OpEval)
defer m.injectLocOnPanic()
m.Run()
res := m.ReapValues(start)
return res
Expand Down

0 comments on commit ad617bc

Please sign in to comment.