From 49d731a492b7c61620badb30be695692f8c9bcb3 Mon Sep 17 00:00:00 2001 From: Daniel Knorreck <daniel.knorreck@telecom-paristech.fr> Date: Wed, 14 Oct 2009 12:19:02 +0000 Subject: [PATCH] --- simulators/c++2/Makefile.defs | 2 +- simulators/c++2/src_simulator/ebrdd/EBRDD.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/simulators/c++2/Makefile.defs b/simulators/c++2/Makefile.defs index 67ae3d4a94..cf78b8f702 100644 --- a/simulators/c++2/Makefile.defs +++ b/simulators/c++2/Makefile.defs @@ -10,7 +10,7 @@ #LIBS = -lsystemc -lm $(EXTRA_LIBS) -INCDIR = -I. -I.. -I$(SRCS_base_DIR) -I$(SRCS_base_DIR)/app -I$(SRCS_base_DIR)/arch -I$(SRCS_base_DIR)/evt -I$(SRCS_base_DIR)/sim -I$(SRCS_base_DIR)/EBRDD +INCDIR = -I. -I.. -I$(SRCS_base_DIR) -I$(SRCS_base_DIR)/app -I$(SRCS_base_DIR)/arch -I$(SRCS_base_DIR)/evt -I$(SRCS_base_DIR)/sim -I$(SRCS_base_DIR)/ebrdd LIBDIR = -L. -L.. LIBS = -lm $(EXTRA_LIBS) diff --git a/simulators/c++2/src_simulator/ebrdd/EBRDD.h b/simulators/c++2/src_simulator/ebrdd/EBRDD.h index 0db5d5afdb..4e09154a0b 100755 --- a/simulators/c++2/src_simulator/ebrdd/EBRDD.h +++ b/simulators/c++2/src_simulator/ebrdd/EBRDD.h @@ -133,8 +133,8 @@ protected: EBRDDCommand* _currCommand; ///Pointer to the first command of the task EBRDDCommand* _firstCommand; - /////Look up table for task variables (by name) - //VariableLookUpTableName _varLookUpName; + ///Look up table for task variables (by name) + VariableLookUpTableName _varLookUpName; /////Look up table for task variables (by ID) //VariableLookUpTableID _varLookUpID; ///Hash table containing commands -- GitLab