aboutsummaryrefslogtreecommitdiff
path: root/ARMeilleure/Instructions/InstEmitException32.cs
diff options
context:
space:
mode:
Diffstat (limited to 'ARMeilleure/Instructions/InstEmitException32.cs')
-rw-r--r--ARMeilleure/Instructions/InstEmitException32.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ARMeilleure/Instructions/InstEmitException32.cs b/ARMeilleure/Instructions/InstEmitException32.cs
index fd67ed52..5357e8a9 100644
--- a/ARMeilleure/Instructions/InstEmitException32.cs
+++ b/ARMeilleure/Instructions/InstEmitException32.cs
@@ -27,6 +27,8 @@ namespace ARMeilleure.Instructions
context.Call(typeof(NativeInterface).GetMethod(name), Const(op.Address), Const(op.Id));
context.LoadFromContext();
+
+ Translator.EmitSynchronization(context);
}
}
}