We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13afe8a + 5e77aa0 commit 187091bCopy full SHA for 187091b
src/unix/linux_like/android/b64/x86_64/mod.rs
@@ -350,6 +350,7 @@ cfg_if! {
350
fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result {
351
f.debug_struct("user_fpregs_struct")
352
.field("cwd", &self.cwd)
353
+ .field("swd", &self.swd)
354
.field("ftw", &self.ftw)
355
.field("fop", &self.fop)
356
.field("rip", &self.rip)
@@ -366,6 +367,7 @@ cfg_if! {
366
367
impl ::hash::Hash for user_fpregs_struct {
368
fn hash<H: ::hash::Hasher>(&self, state: &mut H) {
369
self.cwd.hash(state);
370
+ self.swd.hash(state);
371
self.ftw.hash(state);
372
self.fop.hash(state);
373
self.rip.hash(state);
0 commit comments