mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
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:
parent
ca8de03628
commit
cc13ffc583
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue