diff --git a/mach/proto/fp/fef4.c b/mach/proto/fp/fef4.c index 835c8f2fc..449504ca8 100644 --- a/mach/proto/fp/fef4.c +++ b/mach/proto/fp/fef4.c @@ -12,7 +12,7 @@ #include "FP_types.h" struct fef4_returns { - short e; + int e; _float f; }; diff --git a/mach/proto/fp/fef8.c b/mach/proto/fp/fef8.c index ca00b3fe5..bc95ef721 100644 --- a/mach/proto/fp/fef8.c +++ b/mach/proto/fp/fef8.c @@ -12,7 +12,7 @@ #include "FP_types.h" struct fef8_returns { - short e; + int e; _double f; };