doh
authorUlf Möller <ulf@openssl.org>
Sat, 10 Mar 2001 04:29:05 +0000 (04:29 +0000)
committerUlf Möller <ulf@openssl.org>
Sat, 10 Mar 2001 04:29:05 +0000 (04:29 +0000)
crypto/rand/rand_win.c

index 106853462552abedac910e2eec95f88133c5e625..dbd82b3686ad61994e5533cb029d565e5dbb232c 100644 (file)
@@ -578,7 +578,7 @@ static void readtimer(void)
          __try {
            __asm {
              _emit 0x0f
-             _emix 0x31
+             _emit 0x31
              mov cyclecount, eax
              }
            RAND_add(&cyclecount, sizeof(cyclecount), 1);