Optimize insb/outsb/insw/etc. functions.
[seabios.git] / src / system.c
index b1e4fe89c1ccc6a86810534f4757057c6e9a29ad..1f34c97a297b936b9387fd7f5f2707239f08c551 100644 (file)
@@ -174,7 +174,6 @@ handle_1587(struct bregs *regs)
         // move CX words from DS:SI to ES:DI
         "xorw %%si, %%si\n"
         "xorw %%di, %%di\n"
-        "cld\n"
         "rep movsw\n"
 
         // reset PG bit in CR0 ???