X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fextensions%2Fext_syscall_hijack.c;h=0bd0b08b237092c33a1381409664f08603854cdd;hb=66b396a1e89ad214c18ff9ebae9f803ab661aa46;hp=59ea96125e606cc19b88873a771949bbb7ee9e86;hpb=88b5b2e56e64f1d7f93d6fd225afa8d572387f9c;p=palacios.git diff --git a/palacios/src/extensions/ext_syscall_hijack.c b/palacios/src/extensions/ext_syscall_hijack.c index 59ea961..0bd0b08 100644 --- a/palacios/src/extensions/ext_syscall_hijack.c +++ b/palacios/src/extensions/ext_syscall_hijack.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include @@ -66,7 +67,7 @@ static int v3_syscall_handler (struct guest_info * core, uint8_t vector, void * } hook = syscall_hooks[syscall_nr]; #else - return v3_signal_swintr(core, vector); + return v3_raise_swintr(core, vector); #endif }