"mingw" -> mingw
parent
65c3259761
commit
a6ee4232bb
|
@ -297,7 +297,7 @@ M:: x86.32 %binary-float-function ( dst src1 src2 func -- )
|
||||||
: funny-large-struct-return? ( params -- ? )
|
: funny-large-struct-return? ( params -- ? )
|
||||||
#! MINGW ABI incompatibility disaster
|
#! MINGW ABI incompatibility disaster
|
||||||
[ return>> large-struct? ]
|
[ return>> large-struct? ]
|
||||||
[ abi>> "mingw" = os windows? not or ]
|
[ abi>> mingw = os windows? not or ]
|
||||||
bi and ;
|
bi and ;
|
||||||
|
|
||||||
M: x86.32 %cleanup ( params -- )
|
M: x86.32 %cleanup ( params -- )
|
||||||
|
|
Loading…
Reference in New Issue