On 5/19/21 6:32 PM, Mike Frysinger wrote: > On 19 May 2021 12:46, Tom de Vries wrote: >> --- a/sim/ppc/hw_memory.c >> +++ b/sim/ppc/hw_memory.c >> @@ -190,7 +190,7 @@ hw_memory_init_address(device *me) >> if (device_find_property(me, "available") != NULL) { >> hw_memory_chunk **curr_chunk = &hw_memory->heap; >> int cell_nr; >> - unsigned_cell dummy; >> + signed_cell dummy; >> int nr_cells = device_find_integer_array_property(me, "available", 0, &dummy); > > this one is fine > Committed separately, as attached. Thanks, - Tom