Skip to content

Commit 73cf9ab

Browse files
committed
remove ref
1 parent 2ab968d commit 73cf9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fizzy/execute.cpp

Lines changed: 1 addition & 1 deletion
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)