Skip to content

Commit

Permalink
Fix copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
kennystrawnmusic committed Apr 29, 2020
1 parent c55edd3 commit dec513c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ impl RegData {
llvm_asm!("
mov (%rsp), $0"
:"=i"(reg_rsp) ::: "volatile"
);usize
);
}

let reg_r8: usize;
Expand Down

0 comments on commit dec513c

Please sign in to comment.