base/dispatch-x86ish.S: Fix build failure from incompetent cherry-pick.
[catacomb] / 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