summaryrefslogtreecommitdiff
path: root/src/multiboot.c
AgeCommit message (Collapse)Author
2021-11-10Clean up some register constant useGriffinR
2020-10-02rewrite MultiBootWaitCycles as naked functionMichael Panzlaff
Before, when compiling MultiBootWaitCycles with O3 and MODERN=1, you might have run into problems during optimizations when the compiler tried to optimize the function, even if declared NOINLINE. When rewriting this function as NAKED function, this no longer happens as the optimizer will treat it as black box and compilation will resume.
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-06-26Modernize codePikalaxALT
Can compile with arm-none-eabi-gcc 8.3.0 gbafix correctly handles ELF input
2018-11-19Decompile mossdeep hymDizzyEggg
2017-09-18sub_81BF5A4scnorton
2017-01-13decompile multibootYamaArashi