diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-05-11 17:24:32 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-05-11 17:24:32 -0500 |
commit | 23b050a99e9603d038743dc14a36c808a822423f (patch) | |
tree | 7463de4a9c999351a3e07a24edbc4555d2c0d592 /src/decompress.c | |
parent | 4e2886db8179072badaad0a3ff131b95dd0a7e94 (diff) |
Update naked attribute and ASM_DIRECT to NAKED macro
Diffstat (limited to 'src/decompress.c')
-rw-r--r-- | src/decompress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decompress.c b/src/decompress.c index fb288bf4a..1d4165d75 100644 --- a/src/decompress.c +++ b/src/decompress.c @@ -117,7 +117,7 @@ void Unused_LZDecompressWramIndirect(const void **src, void *dest) } // This one (unused) function is really challenging, won't even try to decompile it. -ASM_DIRECT +NAKED void sub_803471C() { asm(".syntax unified\n\ |