SIGN IN SIGN UP

Update PawnPP for the call state restore fix

Picks up "Restore STK, FRM and HEA when a call fails", so an ioctl that
errors no longer leaks AMX stack. Without it, repeating a failing ioctl
on one handle walked STK down to HEA a few hundred calls in, after
which every call on that VM failed until the handle was closed and the
module reloaded -- vm_execute_function does not reset the machine
either, it just maps the error to STATUS_UNSUCCESSFUL.
N
namazso committed
46a58a4d4f9ea2e540a74fe6bbcb31889295e933
Parent: e965c63