From 3eb4f868ef5bc728a46c8012c914f6a9381f4cdb Mon Sep 17 00:00:00 2001 From: imarom Date: Wed, 24 Feb 2016 07:13:52 -0500 Subject: VM bug youtrack: trex-187 and rx stats --- src/stateless/cp/trex_stream_vm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stateless/cp/trex_stream_vm.h') diff --git a/src/stateless/cp/trex_stream_vm.h b/src/stateless/cp/trex_stream_vm.h index 0bd00711..d43d7d4b 100644 --- a/src/stateless/cp/trex_stream_vm.h +++ b/src/stateless/cp/trex_stream_vm.h @@ -1451,7 +1451,7 @@ public: * clone VM instructions * */ - void copy_instructions(StreamVm &other) const; + void clone(StreamVm &other) const; bool is_vm_empty() const { -- cgit 1.2.3-korg