diff options
Diffstat (limited to 'src/ARMJIT_A64/ARMJIT_Compiler.h')
-rw-r--r-- | src/ARMJIT_A64/ARMJIT_Compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARMJIT_A64/ARMJIT_Compiler.h b/src/ARMJIT_A64/ARMJIT_Compiler.h index 1f79f3d..d1e5c44 100644 --- a/src/ARMJIT_A64/ARMJIT_Compiler.h +++ b/src/ARMJIT_A64/ARMJIT_Compiler.h @@ -28,7 +28,7 @@ #include <unordered_map> -namespace ARMJIT +namespace melonDS { class ARMJIT; const Arm64Gen::ARM64Reg RMemBase = Arm64Gen::X26; |