CompiledVm: define default constructor
This commit is contained in:
parent
673c366f77
commit
a64ff6b7c7
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ namespace randomx {
|
|||
class CompiledVm : public VmBase<softAes>
|
||||
{
|
||||
public:
|
||||
inline CompiledVm() {}
|
||||
void* operator new(size_t, void* ptr) { return ptr; }
|
||||
void operator delete(void*) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue