From 0f2e183f73e2341cb05ba8ff65100b6dcae9b729 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 10 Mar 2024 16:07:19 +0000 Subject: [PATCH] base/dispatch-x86ish.S (dispatch_x86ish_cpuid): Add missing `#undef'. Leaked from the local register allocation switch. --- base/dispatch-x86ish.S | 2 ++ 1 file changed, 2 insertions(+) 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 ///-------------------------------------------------------------------------- -- 2.11.0