native_simulator: Get latest from upstream
Align with native_simulator's upstream main 51b27b67addd0073dc86e3d83f492c5cac5c3361 Which includes: * 51b27b nsi_utils: Add macro for weak declarations Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
3c4fcaa2c0
commit
6ffbb8c728
|
@ -28,6 +28,7 @@
|
|||
#define NSI_CODE_UNREACHABLE __builtin_unreachable()
|
||||
|
||||
#define NSI_FUNC_NORETURN __attribute__((__noreturn__))
|
||||
#define NSI_WEAK __attribute__((__weak__))
|
||||
|
||||
#if defined(__clang__)
|
||||
/* The address sanitizer in llvm adds padding (redzones) after data
|
||||
|
|
Loading…
Reference in New Issue