Skip to content

Commit afafa8e

Browse files
committed
remove ref
1 parent c44b2a1 commit afafa8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/fizzy/execute.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ ExecutionResult execute(Instance& instance, FuncIdx func_idx, const Value* args,
484484
const uint8_t* immediates = code.immediates.data();
485485

486486
// FIXME: Remove reference.
487-
auto& sp = _stack.sp();
487+
auto sp = _stack.sp();
488488
const auto bottom = sp;
489489

490490
while (true)

0 commit comments

Comments
 (0)