mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
72a3c2fe97
commit
149a0183ec
@@ -839,6 +839,9 @@ struct vCont : Command_without_separator
|
||||
handled = true;
|
||||
});
|
||||
|
||||
if (handled)
|
||||
return;
|
||||
|
||||
with_skipped_prefix(args, ";", [&] (Const_byte_range_ptr const &args) {
|
||||
|
||||
for_each_argument(args, Sep { ';' }, [&] (Const_byte_range_ptr const &arg) {
|
||||
|
||||
Reference in New Issue
Block a user