Fix typo.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 1 Nov 2010 05:10:56 +0000 (05:10 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 1 Nov 2010 05:10:56 +0000 (05:10 +0000)
src/microcode/cmpauxmd/x86-64.m4

index 2a1ffa8842f86e1338a5fe8a26ee993496f877d0..8555d6a696c6833591c2b80c27c4bfdbf83d7398 100644 (file)
@@ -997,7 +997,7 @@ define_c_label(x87_read_control_word)
 
 define_c_label(x87_write_control_word)
        enter           IMM(4),IMM(0)
-       OP(mov,w)       TW(REG(di),IND(REG(rsp))
+       OP(mov,w)       TW(REG(di),IND(REG(rsp)))
        fldcw           IND(REG(esp))
        leave
        ret