aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ARM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARM.cpp b/src/ARM.cpp
index e19cb00..d87dc1d 100644
--- a/src/ARM.cpp
+++ b/src/ARM.cpp
@@ -213,7 +213,7 @@ void ARM::DoSavestate(Savestate* file)
file->VarArray(R_UND, 3*sizeof(u32));
file->Var32(&CurInstr);
#ifdef JIT_ENABLED
- if (!file->Saving && NDS::EnableJIT)
+ if (file->Saving && NDS::EnableJIT)
{
// hack, the JIT doesn't really pipeline
// but we still want JIT save states to be