Navigation Menu

Skip to content

Commit

Permalink
windows: use DWORD64 for address
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 19, 2018
1 parent 0f15a81 commit db494ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ctx.c
Expand Up @@ -1681,7 +1681,7 @@ exception_filter(EXCEPTION_POINTERS *info)

previous_address = 0;
while (GRN_TRUE) {
DWORD address;
DWORD64 address;
IMAGEHLP_MODULE64 module;
char *buffer[sizeof(SYMBOL_INFO) + MAX_SYM_NAME * sizeof(TCHAR)];
SYMBOL_INFO *symbol = (SYMBOL_INFO *)buffer;
Expand Down

0 comments on commit db494ef

Please sign in to comment.