Merge pull request #238 from polluks/patch-4

Fixed minor typo
This commit is contained in:
drmortalwombat 2025-05-02 17:43:29 +02:00 committed by GitHub
commit efc182ce27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -875,7 +875,7 @@ void InterCodeGenerator::TranslateAssembler(InterCodeModule* mod, Declaration *
cexp = cexp->mRight;
}
// Check if remapping of lables due to operand address size change
// Check if remapping of labels due to operand address size change
if (osize != rsize)
{
adec->mBase->mScope->Iterate([=](const Ident* ident, Declaration* dec) {