From: Mark Wooding Date: Sun, 10 Mar 2024 16:07:19 +0000 (+0000) Subject: base/dispatch-x86ish.S (dispatch_x86ish_cpuid): Add missing `#undef'. X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/0f2e183f73e2341cb05ba8ff65100b6dcae9b729 base/dispatch-x86ish.S (dispatch_x86ish_cpuid): Add missing `#undef'. Leaked from the local register allocation switch. --- diff --git a/base/dispatch-x86ish.S b/base/dispatch-x86ish.S index 3a14c396..e5a17406 100644 --- a/base/dispatch-x86ish.S +++ b/base/dispatch-x86ish.S @@ -120,6 +120,8 @@ FUNC(dispatch_x86ish_cpuid) mov eax, -1 jmp 9b #endif + +#undef OUT ENDFUNC ///--------------------------------------------------------------------------