04-19-2019, 08:20 AM
Glad to see it works. 
You can use RET only from FASTCALL SUB and FUNCTIONS, but there's always an implicit RET at the end of functions.
For non-FASTCALL SUBs, you have to jump to the end of the function, because these ones reorganize the stack before returning.

You can use RET only from FASTCALL SUB and FUNCTIONS, but there's always an implicit RET at the end of functions.
For non-FASTCALL SUBs, you have to jump to the end of the function, because these ones reorganize the stack before returning.