We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33aff86 commit 71a591fCopy full SHA for 71a591f
src/core/modules/memory/memory_callback.cpp
@@ -42,7 +42,7 @@ using namespace DynamicHooks;
42
// >> MACROS
43
// ============================================================================
44
#define GET_CALLBACK_CALLER(type) \
45
- GET_FUNCTION(type, CallbackCaller<type>, CCallback*, unsigned long, unsigned long)
+ (void *) GET_FUNCTION(type, CallbackCaller<type>, CCallback*, unsigned long, unsigned long)
46
47
48
0 commit comments