mirror of
https://github.com/ptitSeb/box64.git
synced 2025-10-14 02:38:54 +08:00
Fix non-box32 build
This commit is contained in:
@@ -287,7 +287,7 @@ int isNativeCall32(uintptr_t addr, uintptr_t* calladdress, uint16_t* retn)
|
||||
#undef PK
|
||||
}
|
||||
#else
|
||||
int isNativeCall32(uintptr_t addr, uintptr_t* calladdress, int* retn)
|
||||
int isNativeCall32(uintptr_t addr, uintptr_t* calladdress, uint16_t* retn)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user