Skip to content

Commit 3411eb7

Browse files
authored
Add missing mutating to Debugger.swift
1 parent d4e1df4 commit 3411eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WasmKit/Execution/Debugger.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
self.execution = Execution(store: StoreRef(store), stackEnd: valueStack.advanced(by: limit))
3434
}
3535

36-
package func stopAtEntrypoint() throws(Error) {
36+
package mutating func stopAtEntrypoint() throws(Error) {
3737
try self.toggleBreakpoint(address: self.originalAddress(function: entrypointFunction))
3838
}
3939

0 commit comments

Comments
 (0)