From 32eb0a9d686fbda080120d3363108ec255f44f62 Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Fri, 19 Dec 2014 20:57:51 -0600 Subject: [PATCH] [AArch64] Removes CODE_SIZE variable. This is in a global location now which conflicts with this one. --- Source/Core/Core/PowerPC/JitArm64/Jit.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Core/Core/PowerPC/JitArm64/Jit.cpp b/Source/Core/Core/PowerPC/JitArm64/Jit.cpp index 97f0b00336..8367fcca4e 100644 --- a/Source/Core/Core/PowerPC/JitArm64/Jit.cpp +++ b/Source/Core/Core/PowerPC/JitArm64/Jit.cpp @@ -12,8 +12,6 @@ using namespace Arm64Gen; -static int CODE_SIZE = 1024*1024*32; - void JitArm64::Init() { AllocCodeSpace(CODE_SIZE);