mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #2427 from lioncash/virt
JitWindow: Add missing virtual destructor to HostDisassembler
This commit is contained in:
commit
23f6e19278
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ public:
|
|||
class HostDisassembler
|
||||
{
|
||||
public:
|
||||
virtual ~HostDisassembler() {}
|
||||
std::string DisassembleBlock(u32* address, u32* host_instructions_count, u32* code_size);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue