Fix crash in Hamsandwich with hooked function without return.

This commit is contained in:
Arkshine 2014-04-14 11:39:08 +02:00
parent e81e7bee13
commit 0f890ce7f1

View File

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