Skip to content

Commit

Permalink
TEST: Revert "toolchain: do not use posix C code for asm language in …
Browse files Browse the repository at this point in the history
…gcc.h"

TEST COMMIT
This reverts commit e17af57.

Signed-off-by: Dmytro Firsov <dmytro_firsov@epam.com>
  • Loading branch information
firscity committed Feb 13, 2024
1 parent 091e37f commit 6994971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zephyr/toolchain/gcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
#define FUNC_ALIAS(real_func, new_alias, return_type) \
return_type new_alias() ALIAS_OF(real_func)

#if defined(CONFIG_ARCH_POSIX) && !defined(_ASMLANGUAGE)
#if defined(CONFIG_ARCH_POSIX)
#include <zephyr/arch/posix/posix_trace.h>

/*let's not segfault if this were to happen for some reason*/
Expand Down

0 comments on commit 6994971

Please sign in to comment.