diff options
| author | Amlal <amlal@nekernel.org> | 2025-05-01 08:50:44 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-05-01 08:50:44 +0200 |
| commit | fb12b9730d78052f5cafbd84fbc9a830a22cec17 (patch) | |
| tree | df67a0724de4c76ce594222747220c233c3bc7f5 /dev/LibCompiler/src/AssemblerAMD64.cc | |
| parent | 35ac989886dcab70ff4ba6bc6a1359d1290560ad (diff) | |
dev, LibCompiler: format codebase.0.0.1
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/src/AssemblerAMD64.cc')
| -rw-r--r-- | dev/LibCompiler/src/AssemblerAMD64.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/LibCompiler/src/AssemblerAMD64.cc b/dev/LibCompiler/src/AssemblerAMD64.cc index 72e8015..5e9a7cd 100644 --- a/dev/LibCompiler/src/AssemblerAMD64.cc +++ b/dev/LibCompiler/src/AssemblerAMD64.cc @@ -89,7 +89,7 @@ LIBCOMPILER_MODULE(AssemblerMainAMD64) { //////////////// CPU OPCODES BEGIN //////////////// ::signal(SIGSEGV, Detail::segfault_handler); - + std::string opcodes_jump[kJumpLimit] = {"ja", "jae", "jb", "jbe", "jc", "je", "jg", "jge", "jl", "jle", "jna", "jnae", "jnb", "jnbe", "jnc", "jne", "jng", "jnge", "jnl", "jnle", "jno", "jnp", "jns", "jnz", |
