mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-06 23:19:58 +01:00
coprocessor: Coprocessor's destructor doesn't have to be pure
This commit is contained in:
parent
a0e9417912
commit
459d7d1baf
@ -19,7 +19,7 @@ class Jit;
|
||||
|
||||
class Coprocessor {
|
||||
public:
|
||||
virtual ~Coprocessor() = 0;
|
||||
virtual ~Coprocessor() = default;
|
||||
|
||||
using CoprocReg = Arm::CoprocReg;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user