build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/42196 )
Change subject: assert.h: Do not use __FILE__ nor __LINE__ on timeless builds ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/42196/2/src/include/assert.h File src/include/assert.h:
https://review.coreboot.org/c/coreboot/+/42196/2/src/include/assert.h@42 PS2, Line 42: #define BUG() { \ Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()