Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (usually), or to signal success in some special occasions
svn-id: r44505
This commit is contained in:
parent
96a40e7712
commit
30084d72a5
8 changed files with 14 additions and 12 deletions
|
@ -40,6 +40,7 @@
|
|||
namespace Sci {
|
||||
|
||||
reg_t NULL_REG = {0, 0};
|
||||
reg_t SIGNAL_REG = {0, SIGNAL_OFFSET};
|
||||
|
||||
//#define VM_DEBUG_SEND
|
||||
#undef STRICT_SEND // Disallows variable sends with more than one parameter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue