mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
7019b795a6
Avoid backtrace in error message if load/fastboot fails at the boot-loader stage.
10 lines
166 B
PHP
10 lines
166 B
PHP
##
|
|
# Get the spawn_id of the load process
|
|
#
|
|
proc load_spawn_id { } {
|
|
global load_spawn_id
|
|
if {[info exists load_spawn_id]} {
|
|
return $load_spawn_id }
|
|
return -1
|
|
}
|