mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
jit: add compile option
This commit is contained in:
@ -9,7 +9,6 @@
|
||||
|
||||
#include "Assert.h"
|
||||
#include "../types.h"
|
||||
#include "MemoryUtil.h"
|
||||
|
||||
namespace Common
|
||||
{
|
||||
@ -41,8 +40,6 @@ public:
|
||||
CodeBlock() = default;
|
||||
virtual ~CodeBlock()
|
||||
{
|
||||
if (region)
|
||||
FreeCodeSpace();
|
||||
}
|
||||
CodeBlock(const CodeBlock&) = delete;
|
||||
CodeBlock& operator=(const CodeBlock&) = delete;
|
||||
|
Reference in New Issue
Block a user