diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-18 10:27:31 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-18 10:27:31 +0200 |
| commit | fbbcfd27436fe61799c79aec14f9c2c3fdf73497 (patch) | |
| tree | d8be437f572605462637007f6bd371b6b4a650cb /dev/LibCompiler/src/Backend | |
| parent | 2a1e217019f66b1913034b6bd760052f3b37cea4 (diff) | |
feat: PEF format update `5.0` and codebase refactors.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/src/Backend')
| -rw-r--r-- | dev/LibCompiler/src/Backend/AssemblerAMD64.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/Backend/AssemblerAMD64.cc b/dev/LibCompiler/src/Backend/AssemblerAMD64.cc index 3a717ba..4d03fd7 100644 --- a/dev/LibCompiler/src/Backend/AssemblerAMD64.cc +++ b/dev/LibCompiler/src/Backend/AssemblerAMD64.cc @@ -957,7 +957,7 @@ bool LibCompiler::EncoderAMD64::WriteLine(std::string line, std::string file) { struct RegMapAMD64 { LibCompiler::STLString fName; - i64_byte_t fModRM; + i64_byte_t fModRM; }; std::vector<RegMapAMD64> kRegisterList{ |
