forked from dolphin-emu/dolphin
Core: Fix warnings on Linux related to the JIT
This commit is contained in:
@@ -34,7 +34,7 @@ using namespace std;
|
||||
|
||||
static const int CODEBUFFER_SIZE = 32000;
|
||||
// 0 does not perform block merging
|
||||
static const int FUNCTION_FOLLOWING_THRESHOLD = 16;
|
||||
static const u32 FUNCTION_FOLLOWING_THRESHOLD = 16;
|
||||
|
||||
CodeBuffer::CodeBuffer(int size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user