Core: Fix warnings on Linux related to the JIT

This commit is contained in:
Lioncash
2014-08-02 16:15:20 -04:00
parent 46ce810b45
commit a46a500b94
3 changed files with 5 additions and 4 deletions

View File

@@ -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)
{