rand/rand-x86ish.S: Add missing `undef' of the `COUNT' register.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 6 Apr 2020 00:04:57 +0000 (00:04 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 19:57:33 +0000 (20:57 +0100)
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 --------------------------------------------------