]> git.xonotic.org Git - xonotic/gmqcc.git/commit
prog_leavefunction needs to take the ++st into account - otherwise INSTR_RETURN ends...
authorWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 16 Aug 2012 14:28:59 +0000 (16:28 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 16 Aug 2012 14:28:59 +0000 (16:28 +0200)
commit9f951e36a9849a80ece04e16b31163368c0184a5
treeb2ae947ed4eb84fad1fe356360710d97cbd3b893
parent54dcbc22bf4388ce13e1463cf949ed640e4d35e5
prog_leavefunction needs to take the ++st into account - otherwise INSTR_RETURN ends up skipping the instruction after the calling INSTR_CALL
exec.c