diff --git a/Source/Core/Core/PowerPC/Jit64Common/TrampolineCache.h b/Source/Core/Core/PowerPC/Jit64Common/TrampolineCache.h index 7e4cac8b2f..c9f2bcb41e 100644 --- a/Source/Core/Core/PowerPC/Jit64Common/TrampolineCache.h +++ b/Source/Core/Core/PowerPC/Jit64Common/TrampolineCache.h @@ -8,7 +8,7 @@ #include "Core/PowerPC/Jit64Common/Jit64Util.h" // We need at least this many bytes for backpatching. -const int BACKPATCH_SIZE = 5; +constexpr int BACKPATCH_SIZE = 5; class TrampolineCache : public EmuCodeBlock {