Skip to content

Commit c353dd3

Browse files
committed
formatted
1 parent f4d140c commit c353dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/regs/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub struct GeneralRegisters {
5050

5151
impl GeneralRegisters {
5252
/// The names of the general-purpose registers in 64-bit x86 architecture.
53-
///
53+
///
5454
/// We follow the order of registers opcode encoding.
5555
pub const REGISTER_NAMES: [&'static str; 16] = [
5656
"rax", "rcx", "rdx", "rbx", "rsp", "rbp", "rsi", "rdi", "r8", "r9", "r10", "r11", "r12",

0 commit comments

Comments
 (0)