diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-05-08 12:33:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-08 12:33:08 -0400 |
| commit | 39a2e453bb882b2498c7c4aa9073a9f85d048f0c (patch) | |
| tree | a58352a0b7fbd07f336c6a9efc0c78fd0a52ccea /src/boot | |
| parent | abeb1b95991f54ad4af0bce6c4a99ce172f5abe5 (diff) | |
Do not use `undefined_syms_auto` files when linking (#15)
* remove some symbols
* Adding more symbols to undefined_syms.ld
* Avoid using the undefined_auto completely
* relocs for entry.s
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/boot_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/boot_main.c b/src/boot/boot_main.c index fd0904f..c7f5ee3 100644 --- a/src/boot/boot_main.c +++ b/src/boot/boot_main.c @@ -2,4 +2,4 @@ #pragma GLOBAL_ASM("asm/jp/nonmatchings/boot/boot_main/func_80025C60_jp.s") -#pragma GLOBAL_ASM("asm/jp/nonmatchings/boot/boot_main/func_80025CC0_jp.s") +#pragma GLOBAL_ASM("asm/jp/nonmatchings/boot/boot_main/bootproc.s") |
