aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARMJIT.h')
-rw-r--r--src/ARMJIT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARMJIT.h b/src/ARMJIT.h
index 71188f9..45bb4ed 100644
--- a/src/ARMJIT.h
+++ b/src/ARMJIT.h
@@ -109,7 +109,7 @@ inline void InsertBlock(u32 num, u32 addr, CompiledBlock func)
void Init();
void DeInit();
-void CompileBlock(ARM* cpu);
+CompiledBlock CompileBlock(ARM* cpu);
void ResetBlocks();