Skip to content

Commit

Permalink
CHROMIUM: Add #line to craaskov.h
Browse files Browse the repository at this point in the history
Work around coreboot GCC preprocessor bug.

BUG=b:272518464
TEST=BOARD=craaskov; zmake build --coverage $BOARD &&
./util/find_non_exec_lines.py build/zephyr/$BOARD/output/zephyr.info

Change-Id: Ib744893ddc171bf0f0ac93b02c1431d15ffcff1a
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5899121
Commit-Queue: ChromeOS Auto Runner <[email protected]>
Reviewed-by: Al Semjonovs <[email protected]>
Commit-Queue: Jeremy Bettis <[email protected]>
Tested-by: Jeremy Bettis <[email protected]>
  • Loading branch information
jeremybettis authored and Chromeos LUCI committed Sep 30, 2024
1 parent f1c7e07 commit e5b014e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/zephyr/arch/arm/asm_inline_gcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <zephyr/arch/arm/cortex_a_r/cpu.h>
#endif

#line 31
#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit e5b014e

Please sign in to comment.