mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
Change value::m_lazy to bool
This changes value::m_lazy to be a bool and updates the various uses. Reviewed-By: Bruno Larsen <blarsen@redhat.com>
This commit is contained in:
@ -1366,7 +1366,7 @@ value_of_dwarf_reg_entry (struct type *type, frame_info_ptr frame,
|
||||
memcpy (val->contents_raw ().data (),
|
||||
outer_val->contents_raw ().data (),
|
||||
checked_type->length ());
|
||||
val->set_lazy (0);
|
||||
val->set_lazy (false);
|
||||
|
||||
return val;
|
||||
}
|
||||
|
Reference in New Issue
Block a user