x86_64/c_traps.c: fix compile error
Fix compile error from #1667. Signed-off-by: Bill Nguyen <bill.nguyen@unsw.edu.au>
This commit is contained in:
parent
771c9e43ce
commit
2f1b0708b3
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
#include <api/syscall.h>
|
||||
|
||||
#ifdef CONFIG_VTX
|
||||
static void NORETURN vmlaunch_failed(word_t failInvalid, word_t failValid)
|
||||
static void NORETURN USED vmlaunch_failed(word_t failInvalid, word_t failValid)
|
||||
{
|
||||
NODE_LOCK_SYS;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue