summaryrefslogtreecommitdiffstats
path: root/src/stateless/cp/trex_vm_splitter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/stateless/cp/trex_vm_splitter.cpp')
-rw-r--r--src/stateless/cp/trex_vm_splitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stateless/cp/trex_vm_splitter.cpp b/src/stateless/cp/trex_vm_splitter.cpp
index 5e6d4fbd..963b4525 100644
--- a/src/stateless/cp/trex_vm_splitter.cpp
+++ b/src/stateless/cp/trex_vm_splitter.cpp
@@ -190,7 +190,7 @@ void
TrexVmSplitter::duplicate_vm() {
/* for each core - duplicate the instructions */
for (TrexStream *core_stream : *m_core_streams) {
- m_stream->m_vm.copy_instructions(core_stream->m_vm);
+ m_stream->m_vm.clone(core_stream->m_vm);
}
}