Rev 622 | Rev 650 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 622 | Rev 625 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | 31 | ||
| 32 | #include <panic.h> |
32 | #include <panic.h> |
| 33 | #include <arch/debug.h> |
33 | #include <arch/debug.h> |
| 34 | #include <arch.h> |
34 | #include <arch.h> |
| 35 | 35 | ||
| 36 | #define CALLER ((__address *)__builtin_return_address(0)) |
36 | #define CALLER ((__address)__builtin_return_address(0)) |
| 37 | 37 | ||
| 38 | #ifndef HERE |
38 | #ifndef HERE |
| 39 | /** Current Instruction Pointer address */ |
39 | /** Current Instruction Pointer address */ |
| 40 | # define HERE ((__address *)0) |
40 | # define HERE ((__address *)0) |
| 41 | #endif |
41 | #endif |