absyntax/absyntax.def
changeset 443 ff4d26b7e51d
parent 439 cf7d6862033d
child 447 aad0f3e5df33
--- a/absyntax/absyntax.def	Mon Feb 13 17:04:29 2012 +0000
+++ b/absyntax/absyntax.def	Thu Feb 16 10:27:52 2012 +0000
@@ -913,7 +913,11 @@
 SYM_LIST(instruction_list_c)
 
 /* | label ':' [il_incomplete_instruction] eol_list */
-SYM_REF2(il_instruction_c, label, il_instruction)
+/* NOTE: The parameter 'prev_il_instruction' is used to point to all previous il instructions that may be executed imedaitely before this instruction.
+ *       In case of an il instruction preceded by a label, this will include all IL instructions that jump to this label!
+ *       It is filled in by the flow_control_analysis_c during stage 3.
+ */
+SYM_REF2(il_instruction_c, label, il_instruction, symbol_c *prev_il_instruction;)
 
 
 /* | il_simple_operator [il_operand] */