From cac66eaece13f5ab11ed40341f39619842143edd Mon Sep 17 00:00:00 2001 From: Jaby Date: Wed, 25 Jan 2023 20:49:32 +0100 Subject: [PATCH] Fix Typo --- include/PSX/AutoLBA/auto_lba_declaration.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/PSX/AutoLBA/auto_lba_declaration.hpp b/include/PSX/AutoLBA/auto_lba_declaration.hpp index 2d84927c..d43e08ca 100644 --- a/include/PSX/AutoLBA/auto_lba_declaration.hpp +++ b/include/PSX/AutoLBA/auto_lba_declaration.hpp @@ -1,9 +1,9 @@ #ifndef __JABYENGINE_AUTO_LBA_DECLARATION_HPP__ #define __JABYENGINE_AUTO_LBA_DECLARATION_HPP__ -extern const JabyEngine::AutoLBAEntry overlay_lba[]; +extern const JabyEngine::AutoLBAEntry lba[]; #define __declare_lba_header(enum_struct) \ [[gnu::used]] \ -const JabyEngine::AutoLBAEntry __section(".header.lbas") overlay_lba[static_cast(enum_struct::EndOfRequest)] = {0} +const JabyEngine::AutoLBAEntry __section(".header.lbas") lba[static_cast(enum_struct::EndOfRequest)] = {0} #endif //!__JABYENGINE_AUTO_LBA_DECLARATION_HPP__ \ No newline at end of file