base/dispatch-x86ish.S: Fix build failure from incompetent cherry-pick.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 27 Mar 2020 17:19:00 +0000 (17:19 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 27 Mar 2020 17:19:00 +0000 (17:19 +0000)
The `SP' register-name macro used in 25f3ce6... comes from the future.
Fortunately, we don't actually need it here.

base/dispatch-x86ish.S

index 3e2d4c8..8c6a2a8 100644 (file)
@@ -164,7 +164,7 @@ FUNC(dispatch_x86ish_rdrand)
 #if CPUFAM_X86
 #  define X_OUT edx
 #  define COUNT ecx
-       mov     X_OUT, [SP + 4]
+       mov     X_OUT, [esp + 4]
 #endif
 #if CPUFAM_AMD64 && ABI_SYSV
 #  define X_OUT rdi