mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
Merge pull request #2427 from lioncash/virt
JitWindow: Add missing virtual destructor to HostDisassembler
This commit is contained in:
commit
23f6e19278
@ -29,6 +29,7 @@ public:
|
||||
class HostDisassembler
|
||||
{
|
||||
public:
|
||||
virtual ~HostDisassembler() {}
|
||||
std::string DisassembleBlock(u32* address, u32* host_instructions_count, u32* code_size);
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user