Remove an extra space

flac
kusumotonorio 2020-01-16 21:06:22 +09:00 committed by Steve Ayerhart
parent 6801472db4
commit 94a595cf5e
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ IN: compiler.cfg.builder.alien
: caller-parameters ( params -- reg-inputs stack-inputs )
[ abi>> ] [ parameters>> ] [ return>> ] tri
'[
_ unbox-parameters
_ unbox-parameters
_ prepare-struct-caller struct-return-area set
(caller-parameters)
] with-param-regs ;