x86-64: Disallow :full-call as an asm routine return style

Asm routines are not functions, and this more closely matches the supporting
code for arm, arm64, riscv, loongarch.
This commit is contained in:
Douglas Katzman 2026-08-28 18:59:43 -04:00
parent ca8de03628
commit cc13ffc583

View file

@ -95,9 +95,6 @@
(ecase style
(:raw
`((inst ret)))
(:full-call
`((inst clc)
(inst ret)))
((:none :full-call-no-return))))
(defconstant xsave-area-alignment 64)