base/dispatch-x86ish.S (dispatch_x86ish_cpuid): Add missing `#undef'.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 10 Mar 2024 16:07:19 +0000 (16:07 +0000)
committerMark 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

index 3a14c39..e5a1740 100644 (file)
@@ -120,6 +120,8 @@ FUNC(dispatch_x86ish_cpuid)
        mov     eax, -1
        jmp     9b
 #endif
+
+#undef OUT
 ENDFUNC
 
 ///--------------------------------------------------------------------------