diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-03-08 15:25:51 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-08 15:25:51 -0300 |
| commit | 2f1e7b3de8695c8f093c18ee6fe2e9e5c4c9e15a (patch) | |
| tree | ad11aaf28012ed42d6cdda9a8ae6ca55bad1387f /src/code/sys_cfb.c | |
| parent | 9f529aaf2a3aa2d5a10e1273babf7781ab9faabc (diff) | |
Stack cleanups (#1193)
* Use STACK and STACK_TOP everywhere
* format
* remove fake variable
* bss
* review
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
* Update src/boot_O2_g3/boot_main.c
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
* review
* renames
* more renames
* and more
* whoopsie, forgot those too
* hopefully the last cleanup
* forgot some stuff
* a
* bss
---------
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
Diffstat (limited to 'src/code/sys_cfb.c')
| -rw-r--r-- | src/code/sys_cfb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/sys_cfb.c b/src/code/sys_cfb.c index 3f198ce8f..25d92227c 100644 --- a/src/code/sys_cfb.c +++ b/src/code/sys_cfb.c @@ -1,4 +1,5 @@ #include "global.h" +#include "buffers.h" #include "system_malloc.h" #pragma GLOBAL_ASM("asm/non_matchings/code/sys_cfb/func_80178750.s") |
