Skip to content

Commit 9c12454

Browse files
committed
Fix formatting
1 parent e1a5524 commit 9c12454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WasmKitGDBHandler/WasmKitGDBHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ package actor WasmKitGDBHandler {
150150
var length = Int(hexEncoded: argumentsArray[1])
151151
else { throw Error.unknownReadMemoryArguments }
152152

153-
let binaryOffset = Int(address - 0x4000000000000000)
153+
let binaryOffset = Int(address - 0x4000_0000_0000_0000)
154154

155155
if binaryOffset + length > wasmBinary.readableBytes {
156156
length = wasmBinary.readableBytes - binaryOffset

0 commit comments

Comments
 (0)