build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34882 )
Change subject: arch/x86: Move stack with CAR_GLOBAL_MIGRATION ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/34882/1/src/include/stddef.h File src/include/stddef.h:
https://review.coreboot.org/c/coreboot/+/34882/1/src/include/stddef.h@47 PS1, Line 47: #define DECLARE_MAYBE_STATIC_ZERO(x) x = 0 Macros with complex values should be enclosed in parentheses
https://review.coreboot.org/c/coreboot/+/34882/1/src/include/stddef.h@50 PS1, Line 50: #define DECLARE_MAYBE_STATIC_ZERO(x) static x Macros with complex values should be enclosed in parentheses