Skip to content

Commit 39d8bae

Browse files
committed
fix missing offset calculation
1 parent 6acfa25 commit 39d8bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/platform/Mac.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
imageName = getImageName(image);
8383
}
8484

85-
return fmt::format("{} + {:#x}", imageName, base);
85+
return fmt::format("{} + {:#x}", imageName, addr - base);
8686
}
8787

8888
#endif

0 commit comments

Comments
 (0)