diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2024-01-14 10:34:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-14 12:34:50 -0300 |
| commit | a5400fbde5c03c1f5eabd44ff8beceddde0b1c9f (patch) | |
| tree | fe62abca592578a25a998a7973dd904c3c4e33f5 /src/code/PreRender.c | |
| parent | 5607eec18bae68e4cd38ef6d1fa69d7f1d84bfc8 (diff) | |
Update ZAPD (#1533)
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "2b6f459b9"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git"
branch: "master"
commit: "2b6f459b9"
git-subrepo:
version: "0.4.6"
origin: "???"
commit: "???"
* Update ZAPD
Co-authored-by: Yanis42 <35189056+Yanis42@users.noreply.github.com>
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "572b13236"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git"
branch: "master"
commit: "572b13236"
git-subrepo:
version: "0.4.6"
origin: "???"
commit: "???"
* git subrepo pull --force tools/ZAPD
subrepo:
subdir: "tools/ZAPD"
merged: "9601f2699"
upstream:
origin: "https://github.com/zeldaret/ZAPD.git"
branch: "master"
commit: "9601f2699"
git-subrepo:
version: "0.4.6"
origin: "???"
commit: "???"
* fixes for new ZAPD
* readd typedefs
* remov enums
* Reading is hard
---------
Co-authored-by: Yanis42 <35189056+Yanis42@users.noreply.github.com>
Diffstat (limited to 'src/code/PreRender.c')
| -rw-r--r-- | src/code/PreRender.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/PreRender.c b/src/code/PreRender.c index d058fded3..70963d126 100644 --- a/src/code/PreRender.c +++ b/src/code/PreRender.c @@ -16,6 +16,7 @@ #include "slowly.h" #include "stack.h" #include "stackcheck.h" +#include "prevent_bss_reordering.h" /** * Assigns the "save" values in PreRender |
