diff options
Diffstat (limited to 'include/instset.h')
| -rw-r--r-- | include/instset.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/instset.h b/include/instset.h index eeb4600..a7f4773 100644 --- a/include/instset.h +++ b/include/instset.h @@ -44,8 +44,8 @@ enum {  	SALIS_INST DIVN, /**< / Divide two registers */  	SALIS_INST LOAD, /**< L Load instruction from memory */  	SALIS_INST WRTE, /**< W Write instruction into memory */ -	SALIS_INST SEND, /**< S Send instruction to common pipe */ -	SALIS_INST RECV, /**< R Receive instruction from common pipe */ +	SALIS_INST SEND, /**< S Send instruction to common sender */ +	SALIS_INST RECV, /**< R Receive instruction from common receiver */  	SALIS_INST PSHN, /**< # Push value to stack */  	SALIS_INST POPN  /**< ~ Pop value from stack */  }; | 
