From f16c0a780a6a3f082729990d164bcb010c21407a Mon Sep 17 00:00:00 2001 From: jam1garner Date: Tue, 26 Mar 2019 23:54:36 -0400 Subject: [PATCH] Change anchor rel to magic value --- source/saltysd_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/saltysd_helper.h b/source/saltysd_helper.h index c2dee91..0fd8def 100644 --- a/source/saltysd_helper.h +++ b/source/saltysd_helper.h @@ -1,6 +1,6 @@ #include -#define ANCHOR_REL 0x7100000000 +#define ANCHOR_REL 0x70ffffc000 u64 ANCHOR_ABS; #define IMPORT(x) (x - ANCHOR_REL + ANCHOR_ABS)