Skip to content

Commit cb84ac3

Browse files
committed
long literal lacking separators
1 parent f7709ac commit cb84ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registers/model_specific.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub struct SFMask;
4848

4949
impl Efer {
5050
/// The underlying model specific register.
51-
pub const MSR: Msr = Msr(0xC0000080);
51+
pub const MSR: Msr = Msr(0xC000_0080);
5252
}
5353

5454
impl FsBase {

0 commit comments

Comments
 (0)