We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6acfa25 commit 39d8baeCopy full SHA for 39d8bae
1 file changed
src/platform/Mac.mm
@@ -82,7 +82,7 @@
82
imageName = getImageName(image);
83
}
84
85
- return fmt::format("{} + {:#x}", imageName, base);
+ return fmt::format("{} + {:#x}", imageName, addr - base);
86
87
88
#endif
0 commit comments