diff --git a/unmaintained/arm/architecture/architecture.factor b/unmaintained/arm/architecture/architecture.factor index 3e102fe84b..21b847f4f6 100644 --- a/unmaintained/arm/architecture/architecture.factor +++ b/unmaintained/arm/architecture/architecture.factor @@ -267,7 +267,7 @@ M: arm-backend %box-large-struct ( n size -- ) "box_value_struct" f %alien-invoke ; M: arm-backend struct-small-enough? ( size -- ? ) - wince? [ drop f ] [ 4 <= ] if ; + 4 <= ; M: arm-backend %prepare-alien-invoke #! Save Factor stack pointers in case the C code calls a @@ -316,7 +316,7 @@ M: arm-backend value-structs? t ; M: arm-backend small-enough? ( n -- ? ) 0 255 between? ; -M: long-long-type c-type-stack-align? drop wince? not ; +M: long-long-type c-type-stack-align? drop t ; M: arm-backend fp-shadows-int? ( -- ? ) f ; diff --git a/vm/master.hpp b/vm/master.hpp index a5e3afdf7a..ff1a758f5d 100644 --- a/vm/master.hpp +++ b/vm/master.hpp @@ -9,9 +9,7 @@ #define _REENTRANT #endif -#ifndef WINCE #include -#endif /* C headers */ #include