diff options
Diffstat (limited to 'vl.c')
| -rw-r--r-- | vl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vl.c b/vl.c index 743e613e7a..99191201c5 100644 --- a/vl.c +++ b/vl.c @@ -7359,7 +7359,7 @@ void qemu_bh_delete(QEMUBH *bh) /***********************************************************/ /* machine registration */ -QEMUMachine *first_machine = NULL; +static QEMUMachine *first_machine = NULL; int qemu_register_machine(QEMUMachine *m) { |