Fix crash in Hamsandwich with hooked function without return (hopefully last time)
This commit is contained in:
parent
0f890ce7f1
commit
d6d4badbda
|
@ -690,7 +690,7 @@ inline void *CreateGenericTrampoline(bool thiscall, bool voidcall, bool retbuf,
|
|||
}
|
||||
else
|
||||
{
|
||||
tramp.VoidPrologue();
|
||||
tramp.VoidEpilogue();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user