From: Mark Wooding Date: Mon, 6 Apr 2020 00:04:57 +0000 (+0000) Subject: rand/rand-x86ish.S: Add missing `undef' of the `COUNT' register. X-Git-Tag: 2.6.0~3 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/89dbb5fd2cc347cfb2477166d566094888dafe5f rand/rand-x86ish.S: Add missing `undef' of the `COUNT' register. --- diff --git a/rand/rand-x86ish.S b/rand/rand-x86ish.S index 61de2b84..36176258 100644 --- a/rand/rand-x86ish.S +++ b/rand/rand-x86ish.S @@ -104,6 +104,9 @@ FUNC(rand_quick_x86ish_rdrand) stfree 40 #endif ret + +#undef COUNT + ENDFUNC ///----- That's all, folks --------------------------------------------------