--- a/xen/arch/x86/x86_emulate.c	Wed Feb 06 10:17:16 2008 +0000
+++ b/xen/arch/x86/x86_emulate.c	Wed Feb 06 10:17:49 2008 +0000
@@ -1870,7 +1870,7 @@ x86_emulate(
          break;
  
      case 0x9e: /* sahf */
-        *(uint8_t *)_regs.eflags = (((uint8_t *)&_regs.eax)[1] & 0xd7) | 0x02;
+        *(uint8_t *)&_regs.eflags = (((uint8_t *)&_regs.eax)[1] & 0xd7) | 0x02;
         break;
  
      case 0x9f: /* lahf */