From 2fd3475239d4258ca4407ffb2c0720d90d711d6c Mon Sep 17 00:00:00 2001 From: Amlal Date: Mon, 27 Jan 2025 02:11:12 +0100 Subject: ADD: `dbg` C++ debugger program. META: Ran format command with correct C++ extensions. Signed-off-by: Amlal --- dev/LibCompiler/src/CCompilerPower64.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dev/LibCompiler/src/CCompilerPower64.cc') diff --git a/dev/LibCompiler/src/CCompilerPower64.cc b/dev/LibCompiler/src/CCompilerPower64.cc index 36fd771..119fcaa 100644 --- a/dev/LibCompiler/src/CCompilerPower64.cc +++ b/dev/LibCompiler/src/CCompilerPower64.cc @@ -81,9 +81,9 @@ namespace Detail } // namespace Detail static Detail::CompilerState kState; -static SizeType kErrorLimit = 100; -static std::string kIfFunction = ""; -static Int32 kAcceptableErrors = 0; +static SizeType kErrorLimit = 100; +static std::string kIfFunction = ""; +static Int32 kAcceptableErrors = 0; namespace Detail { @@ -149,9 +149,9 @@ public: } }; -static CompilerFrontendPower64* kCompilerFrontend = nullptr; +static CompilerFrontendPower64* kCompilerFrontend = nullptr; static std::vector kCompilerVariables; -static std::vector kCompilerFunctions; +static std::vector kCompilerFunctions; static std::vector kCompilerTypes; namespace Detail -- cgit v1.2.3