Rev 2071 | Rev 3702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 2089 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | 40 | ||
41 | #define CALLER ((uintptr_t)__builtin_return_address(0)) |
41 | #define CALLER ((uintptr_t)__builtin_return_address(0)) |
42 | 42 | ||
43 | #ifndef HERE |
43 | #ifndef HERE |
44 | /** Current Instruction Pointer address */ |
44 | /** Current Instruction Pointer address */ |
45 | # define HERE ((uintptr_t *)0) |
45 | # define HERE ((uintptr_t *) 0) |
46 | #endif |
46 | #endif |
47 | 47 | ||
48 | /** Debugging ASSERT macro |
48 | /** Debugging ASSERT macro |
49 | * |
49 | * |
50 | * If CONFIG_DEBUG is set, the ASSERT() macro |
50 | * If CONFIG_DEBUG is set, the ASSERT() macro |