stage4/generate_c/generate_c_inlinefcall.cc
changeset 453 4733f662362a
parent 392 9b88b8b6bccd
child 495 8c6823fee086
equal deleted inserted replaced
452:79ac274d1cc4 453:4733f662362a
   823 	   * We also need to update the data type currently stored within
   823 	   * We also need to update the data type currently stored within
   824 	   * the variable used to pass the data to the outside scope...
   824 	   * the variable used to pass the data to the outside scope...
   825 	   */
   825 	   */
   826 	  this->default_variable_back_name.current_type = this->default_variable_name.current_type;
   826 	  this->default_variable_back_name.current_type = this->default_variable_name.current_type;
   827 	  return NULL;
   827 	  return NULL;
       
   828     }
       
   829     
       
   830     // SYM_REF1(il_simple_instruction_c, il_simple_instruction, symbol_c *prev_il_instruction;)
       
   831     void *visit(il_simple_instruction_c *symbol)	{
       
   832       return symbol->il_simple_instruction->accept(*this);
   828     }
   833     }
   829 
   834 
   830     void *visit(LD_operator_c *symbol)	{
   835     void *visit(LD_operator_c *symbol)	{
   831       /* the data type resulting from this operation... */
   836       /* the data type resulting from this operation... */
   832       this->default_variable_name.current_type = this->current_operand_type;
   837       this->default_variable_name.current_type = this->current_operand_type;