cpu.x86.64: fix typo
parent
ee0640f176
commit
1c76c87c5c
|
@ -32,7 +32,7 @@ M: x86.64 reserved-stack-space 0 ;
|
||||||
] map ;
|
] map ;
|
||||||
|
|
||||||
: flatten-large-struct ( c-type -- seq )
|
: flatten-large-struct ( c-type -- seq )
|
||||||
stack-size cell /i { int-rep t } <repetition> ; ;
|
stack-size cell /i { int-rep t } <repetition> ;
|
||||||
|
|
||||||
M: x86.64 flatten-struct-type ( c-type -- seq )
|
M: x86.64 flatten-struct-type ( c-type -- seq )
|
||||||
dup heap-size 16 >
|
dup heap-size 16 >
|
||||||
|
|
Loading…
Reference in New Issue