We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d140c commit c353dd3Copy full SHA for c353dd3
src/regs/mod.rs
@@ -50,7 +50,7 @@ pub struct GeneralRegisters {
50
51
impl GeneralRegisters {
52
/// The names of the general-purpose registers in 64-bit x86 architecture.
53
- ///
+ ///
54
/// We follow the order of registers opcode encoding.
55
pub const REGISTER_NAMES: [&'static str; 16] = [
56
"rax", "rcx", "rdx", "rbx", "rsp", "rbp", "rsi", "rdi", "r8", "r9", "r10", "r11", "r12",
0 commit comments