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:
ca6a6ec
)
base/dispatch-x86ish.S (dispatch_x86ish_cpuid): Add missing `#undef'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 10 Mar 2024 16:07:19 +0000
(16:07 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 10 Mar 2024 16:07:19 +0000
(16:07 +0000)
Leaked from the local register allocation switch.
base/dispatch-x86ish.S
patch
|
blob
|
blame
|
history
diff --git
a/base/dispatch-x86ish.S
b/base/dispatch-x86ish.S
index 3a14c3962b861ad5888b89c1be41f926c6fba218..e5a174063c53d3e4bcf73e7049895d5ff8367098 100644
(file)
--- a/
base/dispatch-x86ish.S
+++ b/
base/dispatch-x86ish.S
@@
-120,6
+120,8
@@
FUNC(dispatch_x86ish_cpuid)
mov eax, -1
jmp 9b
#endif
mov eax, -1
jmp 9b
#endif
+
+#undef OUT
ENDFUNC
///--------------------------------------------------------------------------
ENDFUNC
///--------------------------------------------------------------------------