Introducing type argument in 'assignment' opcode handler.

This commit is contained in:
Ruben Ayrapetyan
2014-07-21 15:57:15 +04:00
parent 123df0f185
commit 98a0c0f933
4 changed files with 48 additions and 5 deletions
+3 -2
View File
@@ -238,8 +238,9 @@ OP_CODE_DECL (greater_or_equal_than, T_IDX_IDX_IDX,
// Assign value to LEFT operand based on value of RIGHT operand.
/** L = R */
OP_CODE_DECL (assignment, T_IDX_IDX,
value_left,
OP_CODE_DECL (assignment, T_IDX_IDX_IDX,
var_left,
type_value_right,
value_right)
// Functions calls, declarations and argument handling