diff options
Diffstat (limited to 'lang/rust/pseudorust.cpp')
| -rw-r--r-- | lang/rust/pseudorust.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rust/pseudorust.cpp b/lang/rust/pseudorust.cpp index 0acb10cd..12f58bc1 100644 --- a/lang/rust/pseudorust.cpp +++ b/lang/rust/pseudorust.cpp @@ -522,8 +522,8 @@ void PseudoRustFunction::AppendFieldTextTokens(const HighLevelILInstruction& var tokens.Append(FieldNameToken, member.name, structOffset + member.offset, 0, 0, BN_FULL_CONFIDENCE, nameList); - }), - memberIndexHint) + }, + memberIndexHint)) return; // Part of structure but no defined field, use __offset syntax |
