Skip to content

Commit

Permalink
change labels for .field FIXMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
lvllvl authored Jan 7, 2025
1 parent 64e5128 commit 445ee55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unix/bsd/netbsdlike/openbsd/x86_64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ cfg_if! {
.field("fx_rdp", &{ self.fx_rdp })
.field("fx_mxcsr", &{ self.fx_mxcsr })
.field("fx_mxcsr_mask", &{ self.fx_mxcsr_mask })
// FIXME(openbsd): .field("fx_st", &{self.fx_st})
// FIXME(openbsd): .field("fx_xmm", &{self.fx_xmm})
// FIXME(debug): .field("fx_st", &{self.fx_st})
// FIXME(debug): .field("fx_xmm", &{self.fx_xmm})
.finish()
}
}
Expand Down

0 comments on commit 445ee55

Please sign in to comment.