Fix crash in Hamsandwich with hooked function without return (hopefully last time)

This commit is contained in:
Arkshine 2014-04-14 13:37:09 +02:00
parent 0f890ce7f1
commit d6d4badbda

View File

@ -690,7 +690,7 @@ inline void *CreateGenericTrampoline(bool thiscall, bool voidcall, bool retbuf,
} }
else else
{ {
tramp.VoidPrologue(); tramp.VoidEpilogue();
} }
#endif #endif
} }