We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c701e commit 1b271d5Copy full SHA for 1b271d5
Sources/WasmKit/Execution/Debugger.swift
@@ -30,7 +30,7 @@
30
extension Instance {
31
/// Return an address of WasmKit's iseq bytecode instruction that matches a given Wasm instruction address.
32
/// - Parameter address: the Wasm instruction to find a mapping for.
33
- /// - Returns: A tuple with an address of found iseq instruction and the original Wasm instruction or next
+ /// - Returns: A tuple with an address of found iseq instruction and the original Wasm instruction or next
34
/// closest match if no direct match was found.
35
fileprivate func findIseq(forWasmAddress address: Int) throws(Debugger.Error) -> (iseq: Pc, wasm: Int) {
36
// Look in the main mapping
0 commit comments