mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +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
|
class HostDisassembler
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
virtual ~HostDisassembler() {}
|
||||||
std::string DisassembleBlock(u32* address, u32* host_instructions_count, u32* code_size);
|
std::string DisassembleBlock(u32* address, u32* host_instructions_count, u32* code_size);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue