mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 04:41:03 +00:00
qapi/visit: remove useless prefix argument
Backports commit a48e7542be9ef6dab3c8d52f563298d06ef872c9 from qemu
This commit is contained in:
parent
f28514178a
commit
e973b88d32
|
@ -293,7 +293,7 @@ class QAPISchemaGenVisitVisitor(QAPISchemaModularCVisitor):
|
|||
#include "qapi/qmp/qerror.h"
|
||||
#include "%(visit)s.h"
|
||||
''',
|
||||
visit=visit, prefix=self._prefix))
|
||||
visit=visit))
|
||||
self._genh.preamble_add(mcgen('''
|
||||
#include "qapi/qapi-builtin-visit.h"
|
||||
#include "%(types)s.h"
|
||||
|
|
Loading…
Reference in a new issue