Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct base address and update dbghelp64 comment (#604)
I've been staring at the code a lot lately but somehow missed that we're returning the wrong thing for the module base. It *probably* works out ok because a) most things only care that the pointer points to something within the right module and b) backtrace doesn't use it. I added a comment because apparently I need the obvious pointed out to me. Also while I'm at it I updated a 64-bit comment to remove the stuff commenting on 32-bit code (which is now in another file).
- Loading branch information