mirror of https://github.com/xemu-project/xemu.git
include/exec: add missing include guard comment
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240620152220.2192768-2-alex.bennee@linaro.org>
This commit is contained in:
parent
c9ba79baca
commit
b31bf9f8f7
|
@ -144,4 +144,4 @@ void gdb_set_stop_cpu(CPUState *cpu);
|
|||
/* in gdbstub-xml.c, generated by scripts/feature_to_c.py */
|
||||
extern const GDBFeature gdb_static_features[];
|
||||
|
||||
#endif
|
||||
#endif /* GDBSTUB_H */
|
||||
|
|
Loading…
Reference in New Issue