Fix NetBSD FFI

db4
Doug Coleman 2008-03-27 11:18:32 -05:00
parent 2c5f9ce6ca
commit 4c449296b2
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ M: x86-backend %unbox-small-struct ( size -- )
M: x86-backend struct-small-enough? ( size -- ? )
{ 1 2 4 8 } member?
os { "linux" "solaris" } member? not and ;
os { "linux" "netbsd" "solaris" } member? not and ;
M: x86-backend %return ( -- ) 0 %unwind ;