sclang: fix returnFromMethod and returnFromBlock
commit476906d07265b355df55c111dd1fde36d10f813a
authorTim Blechmann <tim@klingt.org>
Fri, 23 Dec 2011 12:21:53 +0000 (23 13:21 +0100)
committerTim Blechmann <tim@klingt.org>
Fri, 23 Dec 2011 12:21:53 +0000 (23 13:21 +0100)
tree630d0e2db7445e70d988c8f8e0fce84a05c7a709
parentc1e7cab7c0c8972510708e655bde705075142dfb
sclang: fix returnFromMethod and returnFromBlock

we should set the caller to integer 0 to ensure that the full slot is
cleared. this has to be done to ensure that the pointer part of the slot
gets cleared correctly.

Signed-off-by: Tim Blechmann <tim@klingt.org>
lang/LangSource/PyrMessage.cpp