Accidentally missed this file in commit 50577

svn-id: r50578
This commit is contained in:
Lars Skovlund 2010-07-01 22:44:36 +00:00
parent 4dd02d2f4a
commit e47dee2faa

View file

@ -44,7 +44,7 @@ namespace Sci {
const reg_t NULL_REG = {0, 0};
const reg_t SIGNAL_REG = {0, SIGNAL_OFFSET};
const reg_t TRUE_REG = {0, 1};
//#define VM_DEBUG_SEND
#define SCI_XS_CALLEE_LOCALS ((SegmentId)-1)