chiark
/
gitweb
/
~mdw
/
catacomb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1b07c4f
)
rand/rand-x86ish.S: Add missing `undef' of the `COUNT' register.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 6 Apr 2020 00:04:57 +0000
(
00:04
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 9 May 2020 19:57:33 +0000
(20:57 +0100)
rand/rand-x86ish.S
patch
|
blob
|
blame
|
history
diff --git
a/rand/rand-x86ish.S
b/rand/rand-x86ish.S
index 61de2b84bc0e963afdd7b0b6b8eda277348cc683..36176258d76f23c67d83a0b45fbce547863a4407 100644
(file)
--- a/
rand/rand-x86ish.S
+++ b/
rand/rand-x86ish.S
@@
-104,6
+104,9
@@
FUNC(rand_quick_x86ish_rdrand)
stfree 40
#endif
ret
stfree 40
#endif
ret
+
+#undef COUNT
+
ENDFUNC
///----- That's all, folks --------------------------------------------------
ENDFUNC
///----- That's all, folks --------------------------------------------------