mmx: emit emms in epilogue
authorDavid Schleef <ds@schleef.org>
Mon, 15 Jun 2009 02:44:28 +0000 (19:44 -0700)
committerDavid Schleef <ds@schleef.org>
Thu, 25 Jun 2009 00:46:25 +0000 (17:46 -0700)
orc/orcprogram-mmx.c

index 5628f57..5e81628 100644 (file)
@@ -519,6 +519,7 @@ orc_compiler_mmx_assemble (OrcCompiler *compiler)
 
   mmx_save_accumulators (compiler);
 
+  orc_x86_emit_emms (compiler);
   orc_x86_emit_epilogue (compiler);
 
   orc_x86_do_fixups (compiler);