summaryrefslogtreecommitdiffstats
path: root/src/stateless/cp/trex_stream_vm.cpp
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-12-15 11:24:07 -0500
committerimarom <imarom@cisco.com>2015-12-15 11:36:46 -0500
commit419a25e989c47dcc5e94b9e3bc64252fb5197f10 (patch)
tree3224bdb70b648e3cbe9f26c429dee74d5d50aed2 /src/stateless/cp/trex_stream_vm.cpp
parent96314dfde866a6b866464c9a91331a266ea137bc (diff)
VM: connected control plane to DP
Diffstat (limited to 'src/stateless/cp/trex_stream_vm.cpp')
-rw-r--r--src/stateless/cp/trex_stream_vm.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/stateless/cp/trex_stream_vm.cpp b/src/stateless/cp/trex_stream_vm.cpp
index 310a4369..e10e1a81 100644
--- a/src/stateless/cp/trex_stream_vm.cpp
+++ b/src/stateless/cp/trex_stream_vm.cpp
@@ -595,7 +595,7 @@ void StreamVm::build_bss() {
-void StreamVm::compile_next() {
+void StreamVm::compile() {
/* build flow var offset table */
build_flow_var_table() ;
@@ -613,11 +613,6 @@ void StreamVm::compile_next() {
}
-bool StreamVm::compile() {
-
- return (false);
-}
-
StreamVm::~StreamVm() {
for (auto inst : m_inst_list) {
delete inst;