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
RETools/JITCall/JITLoadDll/ManualMapper/ManualMap.cpp
Line 349 in 633033d
Should be
return RVA2VA(size_t, hModule, exportPtrs.addressOfFunctions[exportPtrs.addressOfNameOrdinals[i]]);
Line 340 in 633033d
should be size_t return for x86 support
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RETools/JITCall/JITLoadDll/ManualMapper/ManualMap.cpp
Line 349 in 633033d
Should be
RETools/JITCall/JITLoadDll/ManualMapper/ManualMap.cpp
Line 340 in 633033d
should be size_t return for x86 support
The text was updated successfully, but these errors were encountered: