ldr_map: Silence lingering initializer warning (#500)
One initializer warning case that I seem to have missed (my bad).
This commit is contained in:
@@ -170,6 +170,6 @@ struct MappedCodeMemory {
|
|||||||
/* TODO: panic(). */
|
/* TODO: panic(). */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*this = (const MappedCodeMemory){0};
|
*this = {};
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user