From 89dbb5fd2cc347cfb2477166d566094888dafe5f Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 6 Apr 2020 00:04:57 +0000 Subject: [PATCH] rand/rand-x86ish.S: Add missing `undef' of the `COUNT' register. --- rand/rand-x86ish.S | 3 +++ 1 file changed, 3 insertions(+) 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 -------------------------------------------------- -- 2.11.0