summaryrefslogtreecommitdiffhomepage
path: root/dev/LibCompiler/src/Backend
diff options
context:
space:
mode:
Diffstat (limited to 'dev/LibCompiler/src/Backend')
-rw-r--r--dev/LibCompiler/src/Backend/AssemblerAMD64.cc2
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{