Skip to content

Commit

Permalink
Update cppcheckexecutorseh.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Aug 7, 2024
1 parent fa7bebc commit 13490bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cppcheckexecutorseh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ namespace {
);
CONTEXT context = *(ex->ContextRecord);
STACKFRAME64 stack= {0};
stack.AddrPC.Mode = AddrModeFlat;
stack.AddrPC.Mode = AddrModeFlat;
stack.AddrStack.Mode = AddrModeFlat;
stack.AddrFrame.Mode = AddrModeFlat;
#if defined(_M_IX86)
Expand Down

0 comments on commit 13490bb

Please sign in to comment.