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
looks like this particular combination is not handled:
//-------------------------------------------------------------------- // Decompiled Function Declarations void __noreturn _cxa_pure_virtual(void); //-------------------------------------------------------------------- // Decompiled Function Definitions //----- (000028CF) -------------------------------------------------------- void __noreturn _cxa_pure_virtual(void) { int v0; // [esp+10h] [ebp+8h] x__cgc__terminate(1); cgc_exit(v0); } // 23E0: using guessed type int x__cgc__terminate(int); // 28EC: using guessed type int cgc_exit(int); // nfuncs=197 queued=1 decompiled=1 lumina nreq=0 worse=0 better=0 void __noreturn det__cxa_pure_virtual( void* EBX, void* mycgc__terminate, void* mycgc_exit, void )
The text was updated successfully, but these errors were encountered:
pdreiter
No branches or pull requests
looks like this particular combination is not handled:
The text was updated successfully, but these errors were encountered: