Théophile Bastian
353a97c49d
This allows #include'ing `context_struct.h` in the stack walker implementation as well
5 lines
87 B
C
5 lines
87 B
C
#include <stdint.h>
|
|
|
|
typedef struct {
|
|
uintptr_t rip, rsp, rbp;
|
|
} unwind_context_t;
|