base/dispatch-x86ish.S (dispatch_x86ish_cpuid): Add missing `#undef'.
[catacomb] / 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
 
 ///--------------------------------------------------------------------------