rand/rand-x86ish.S: Add missing `undef' of the `COUNT' register.
[catacomb] / rand / rand-x86ish.S
index 61de2b8..3617625 100644 (file)
@@ -104,6 +104,9 @@ FUNC(rand_quick_x86ish_rdrand)
        stfree  40
 #endif
        ret
+
+#undef COUNT
+
 ENDFUNC
 
 ///----- That's all, folks --------------------------------------------------