mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
parent
2383d802ba
commit
81e85bf1b5
@ -154,8 +154,8 @@ struct Sculpt::Component : Noncopyable
|
|||||||
ram = runtime.attribute_value("ram", Number_of_bytes());
|
ram = runtime.attribute_value("ram", Number_of_bytes());
|
||||||
caps = runtime.attribute_value("caps", 0UL);
|
caps = runtime.attribute_value("caps", 0UL);
|
||||||
|
|
||||||
runtime.with_optional_sub_node("requires", [&] (Xml_node requires) {
|
runtime.with_optional_sub_node("requires", [&] (Xml_node const &req) {
|
||||||
_update_routes_from_xml(requires); });
|
_update_routes_from_xml(req); });
|
||||||
});
|
});
|
||||||
|
|
||||||
blueprint_info = {
|
blueprint_info = {
|
||||||
|
Loading…
Reference in New Issue
Block a user