mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 00:27:39 +01:00
PPC: remove unused `PAGE_START' macro from Ginit.c
This commit is contained in:
parent
0941dedb70
commit
6023ccf667
2 changed files with 0 additions and 10 deletions
|
@ -42,11 +42,6 @@ static struct unw_addr_space local_addr_space;
|
|||
|
||||
PROTECTED unw_addr_space_t unw_local_addr_space = &local_addr_space;
|
||||
|
||||
|
||||
#define PAGE_SIZE 4096
|
||||
#define PAGE_START(a) ((a) & ~(PAGE_SIZE-1))
|
||||
|
||||
|
||||
static void *
|
||||
uc_addr (ucontext_t *uc, int reg)
|
||||
{
|
||||
|
|
|
@ -42,11 +42,6 @@ static struct unw_addr_space local_addr_space;
|
|||
|
||||
PROTECTED unw_addr_space_t unw_local_addr_space = &local_addr_space;
|
||||
|
||||
|
||||
#define PAGE_SIZE 4096
|
||||
#define PAGE_START(a) ((a) & ~(PAGE_SIZE-1))
|
||||
|
||||
|
||||
static void *
|
||||
uc_addr (ucontext_t *uc, int reg)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue