Skip to content
Snippets Groups Projects
Commit b1d5e081 authored by Nadav Har'El's avatar Nadav Har'El Committed by Pekka Enberg
Browse files

syscall(): Make abort message visible


When syscall() was asked to perform an unknown syscall, we printed a
message with debug() and then called abort(). Since, recently, the message
from debug() is not visible on the console.

So pass the message directly to abort(), to do the right thing with it.

Signed-off-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent bd198d61
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment