Fix shld macro.

This commit is contained in:
Markus F.X.J. Oberhumer 2007-02-26 00:52:18 +01:00
parent fe53b135eb
commit 5d41b5a4db

View File

@ -163,7 +163,7 @@
// REQUIRED: 16 <= cl <= 32
.macro M_shld_16_32
sub cl, 16
shr ax, cl
shl ax, cl
mov dx, ax
xor ax, ax
.endm