mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 13:02:56 +01:00
If `select_from_ports` is evaluated lazily, we might miss a port during the dependency check. A way to prevent this is to use the `:=` operator. Fixes genodelabs/genode#4618