diff options
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |