From: Alex Bennée Date: Thu, 20 Jun 2024 15:22:09 +0000 (+0100) Subject: include/exec: add missing include guard comment X-Git-Tag: v9.1.0-rc0~61^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b31bf9f8f72477742615888e78ab07845574e19c;p=thirdparty%2Fqemu.git include/exec: add missing include guard comment Reviewed-by: Pierrick Bouvier Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson Message-Id: <20240620152220.2192768-2-alex.bennee@linaro.org> --- diff --git a/include/exec/gdbstub.h b/include/exec/gdbstub.h index eb14b91139b..008a92198a6 100644 --- a/include/exec/gdbstub.h +++ b/include/exec/gdbstub.h @@ -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 */