0.pre8.10
[sbcl.git] / src / compiler / x86 / insts.lisp
index b221393..c2ca16c 100644 (file)
      (emit-ea segment dst (reg-tn-encoding src)))))
 
 \f
+
+(define-instruction fs-segment-prefix (segment)
+  (:emitter
+   (emit-byte segment #x64)))
+
 ;;;; flag control instructions
 
 ;;; CLC -- Clear Carry Flag.