We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example: 0x412780 in ooex_vs2010/Debug/ooex7
void __thiscall std::string::_Xran(std::string *this)
This method is basically a utility function that calls std::Xout_of_range, which is noreturn.
The compiler does weird stuff with respect to stack cleanup: https://godbolt.org/z/x5Wh4M3rT
This causes us to get confused about the calling convention :-(
The text was updated successfully, but these errors were encountered:
sei-ccohen
sei-eschwartz
No branches or pull requests
Example: 0x412780 in ooex_vs2010/Debug/ooex7
void __thiscall std::string::_Xran(std::string *this)
This method is basically a utility function that calls std::Xout_of_range, which is noreturn.
The compiler does weird stuff with respect to stack cleanup: https://godbolt.org/z/x5Wh4M3rT
This causes us to get confused about the calling convention :-(
The text was updated successfully, but these errors were encountered: