Skip to content

Commit

Permalink
CHROMIUM: Fix #line directive in atomic.h
Browse files Browse the repository at this point in the history
atomic.h was modified in commit 4e976e0 and the #line got off by one.
That is a known problem with adding these #line directives.

BUG=b:272518464
TEST=Ran coverage build

Change-Id: I353cf819042d418677e64f1a228cd5415e68ab1f
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5089616
Commit-Queue: Jeremy Bettis <jbettis@chromium.org>
Commit-Queue: Tristan Honscheid <honscheid@google.com>
Auto-Submit: Jeremy Bettis <jbettis@chromium.org>
Reviewed-by: Tristan Honscheid <honscheid@google.com>
Tested-by: Jeremy Bettis <jbettis@chromium.org>
  • Loading branch information
jeremybettis authored and Chromeos LUCI committed Dec 5, 2023
1 parent 357bb78 commit d3596d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zephyr/sys/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* TODO(b/272518464): Work around coreboot GCC preprocessor bug.
* #line marks the *next* line, so it is off by one.
*/
#line 13
#line 14

#ifndef ZEPHYR_INCLUDE_SYS_ATOMIC_H_
#define ZEPHYR_INCLUDE_SYS_ATOMIC_H_
Expand Down

0 comments on commit d3596d0

Please sign in to comment.