Remove an extra space

master
kusumotonorio 2020-01-16 21:06:22 +09:00
parent 5bee1ba3a1
commit d581322225
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 ;