Handbook
Glossary
(handle-macos-arm64-varargs) ( params -- )
Vocabulary
compiler
.
cfg
.
builder
.
alien
Inputs
params
an
object
Outputs
None
Definition
USING:
accessors
cpu.architecture
kernel
namespaces
sequences
system
;
IN:
compiler.cfg.builder.alien
:
(handle-macos-arm64-varargs)
( params -- )
function>>
"fcntl"
=
os
macos?
cpu
arm.64?
and
and
[
int-regs
[
2
tail*
]
change
]
when
;