From e8420f8dc420210406a394685703c7a0333eb2f3 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 8 Mar 2025 21:07:27 +0100 Subject: ADD: Better if conditions in DynamicLinkerPEF.cc Signed-off-by: Amlal El Mahrouss --- dev/LibCompiler/src/CCompilerPower64.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/LibCompiler/src/CCompilerPower64.cc') diff --git a/dev/LibCompiler/src/CCompilerPower64.cc b/dev/LibCompiler/src/CCompilerPower64.cc index a4a6793..02c1ee3 100644 --- a/dev/LibCompiler/src/CCompilerPower64.cc +++ b/dev/LibCompiler/src/CCompilerPower64.cc @@ -388,7 +388,7 @@ bool CompilerFrontendPower64::Compile(std::string text_, const std::string file) "r10, r11"; syntax_leaf.fUserValue += "\n\tbeq extern_segment " + kIfFunction + - " \ndword public_segment .code64 " + kIfFunction + "\n"; + " \ndword public_segment .code64 " + kIfFunction + "\n"; kState.fSyntaxTree->fLeafList.push_back(syntax_leaf); @@ -759,7 +759,7 @@ bool CompilerFrontendPower64::Compile(std::string text_, const std::string file) syntax_leaf.fUserValue.clear(); } - auto syntax_leaf = LibCompiler::SyntaxLeafList::SyntaxLeaf(); + auto syntax_leaf = LibCompiler::SyntaxLeafList::SyntaxLeaf(); syntax_leaf.fUserValue = "\n"; kState.fSyntaxTree->fLeafList.push_back(syntax_leaf); -- cgit v1.2.3