mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
tool/run: tolerate absence of load_spawn_id
Avoid backtrace in error message if load/fastboot fails at the boot-loader stage.
This commit is contained in:
committed by
Christian Helmuth
parent
3bb894370a
commit
7019b795a6
@@ -3,5 +3,7 @@
|
||||
#
|
||||
proc load_spawn_id { } {
|
||||
global load_spawn_id
|
||||
return $load_spawn_id
|
||||
if {[info exists load_spawn_id]} {
|
||||
return $load_spawn_id }
|
||||
return -1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user