Skip to content

Commit

Permalink
Update mod.rs - changed labels for .field's
Browse files Browse the repository at this point in the history
  • Loading branch information
lvllvl authored Jan 7, 2025
1 parent e9340fb commit d43f4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ cfg_if! {
.field("mxcsr", &self.mxcsr)
.field("mxcr_mask", &self.mxcr_mask)
.field("st_space", &self.st_space)
// FIXME(linux): .field("xmm_space", &self.xmm_space)
// FIXME(debug): .field("xmm_space", &self.xmm_space)
// Ignore padding field
.finish()
}
Expand Down

0 comments on commit d43f4b4

Please sign in to comment.