mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-08 03:28:31 +03:00
TrampolineCache: Make constant constexpr
This commit is contained in:
parent
d0c54fe15e
commit
8b6f8892d6
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
#include "Core/PowerPC/Jit64Common/Jit64Util.h"
|
#include "Core/PowerPC/Jit64Common/Jit64Util.h"
|
||||||
|
|
||||||
// We need at least this many bytes for backpatching.
|
// We need at least this many bytes for backpatching.
|
||||||
const int BACKPATCH_SIZE = 5;
|
constexpr int BACKPATCH_SIZE = 5;
|
||||||
|
|
||||||
class TrampolineCache : public EmuCodeBlock
|
class TrampolineCache : public EmuCodeBlock
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue