coprocessor: Coprocessor's destructor doesn't have to be pure
This commit is contained in:
parent
a0e9417912
commit
459d7d1baf
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Jit;
|
||||||
|
|
||||||
class Coprocessor {
|
class Coprocessor {
|
||||||
public:
|
public:
|
||||||
virtual ~Coprocessor() = 0;
|
virtual ~Coprocessor() = default;
|
||||||
|
|
||||||
using CoprocReg = Arm::CoprocReg;
|
using CoprocReg = Arm::CoprocReg;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue