Fix build_value_labels_ranges for newBE when there are no labels
This commit is contained in:
@@ -81,7 +81,7 @@ impl MachBackend for AArch64Backend {
|
||||
frame_size,
|
||||
disasm,
|
||||
unwind_info,
|
||||
value_labels_ranges: None,
|
||||
value_labels_ranges: Default::default(),
|
||||
stackslot_offsets,
|
||||
})
|
||||
}
|
||||
|
||||
@@ -76,7 +76,7 @@ impl MachBackend for Arm32Backend {
|
||||
frame_size,
|
||||
disasm,
|
||||
unwind_info: None,
|
||||
value_labels_ranges: None,
|
||||
value_labels_ranges: Default::default(),
|
||||
stackslot_offsets,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user