chiark / gitweb /
base/dispatch-x86ish.S (dispatch_x86ish_cpuid): Add missing `#undef'.
[catacomb] / base / dispatch-x86ish.S
index 3a14c3962b861ad5888b89c1be41f926c6fba218..e5a174063c53d3e4bcf73e7049895d5ff8367098 100644 (file)
@@ -120,6 +120,8 @@ FUNC(dispatch_x86ish_cpuid)
        mov     eax, -1
        jmp     9b
 #endif
+
+#undef OUT
 ENDFUNC
 
 ///--------------------------------------------------------------------------