Re: _Static_assert in fpu.c should also take a string
Hello, Andrea G. Monaco, le mer. 23 déc. 2020 18:54:47 +0100, a ecrit: > But _Static_assert requires another argument, an error string for when > the assertion fails. Ah, right, fixed so, thanks! Samuel
_Static_assert in fpu.c should also take a string
Hello, I'm trying to compile GNU Mach but it aborts because the file i386/i386/fpu.c contains these calls _Static_assert(sizeof(struct i386_xfp_xstate_header) == 8*8); _Static_assert(sizeof(struct i386_xfp_save) == 512 + 8*8); which are the only two calls two _Static_assert I found with grep in