Skip to content

Commit 4f86b8b

Browse files
committed
remove ref
1 parent 60fadd3 commit 4f86b8b

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
@@ -537,7 +537,7 @@ ExecutionResult execute(Instance& instance, FuncIdx func_idx, const Value* args,
537537
const uint8_t* immediates = code.immediates.data();
538538

539539
// FIXME: Remove reference.
540-
auto& sp = _stack.sp();
540+
auto sp = _stack.sp();
541541
const auto bottom = sp;
542542

543543
while (true)

0 commit comments

Comments
 (0)