mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-11 05:14:40 +00:00
Merge pull request #1939 from cohcho/fix_gcc_4.8.x
CompiledVm: define default constructor
This commit is contained in:
commit
057fbf7608
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…
Reference in a new issue