7 lines
125 B
C
7 lines
125 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
const uint64_t kStackBaseSentinel = 0xABBACDCD'12345678;
|
|
|
|
void StackUnwind(uint64_t rbp);
|