fix include in vl.c
This commit is contained in:
parent
a3264cfa83
commit
d03b5cef37
2
vl.c
2
vl.c
@ -134,7 +134,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
#ifdef QEMU_NYX
|
#ifdef QEMU_NYX
|
||||||
#include "nyx/pt.h"
|
#include "nyx/pt.h"
|
||||||
#include "nyx/hypercall.h"
|
#include "nyx/hypercall/hypercall.h"
|
||||||
#include "nyx/synchronization.h"
|
#include "nyx/synchronization.h"
|
||||||
#include "nyx/fast_vm_reload.h"
|
#include "nyx/fast_vm_reload.h"
|
||||||
#include "nyx/state.h"
|
#include "nyx/state.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user