diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-08 21:07:27 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-03-08 21:07:27 +0100 |
| commit | e8420f8dc420210406a394685703c7a0333eb2f3 (patch) | |
| tree | c53cd16d56faae5f9744ef0614bbcad0f570601b /dev/LibCompiler/src/CCompilerPower64.cc | |
| parent | 4017e6408c162b0ab1b54a0427d443b56df5237e (diff) | |
ADD: Better if conditions in DynamicLinkerPEF.cc
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibCompiler/src/CCompilerPower64.cc')
| -rw-r--r-- | dev/LibCompiler/src/CCompilerPower64.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
