projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9ba79b
)
include/exec: add missing include guard comment
author
Alex Bennée
<alex.bennee@linaro.org>
Thu, 20 Jun 2024 15:22:09 +0000
(16:22 +0100)
committer
Alex Bennée
<alex.bennee@linaro.org>
Mon, 24 Jun 2024 09:14:10 +0000
(10:14 +0100)
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>
include/exec/gdbstub.h
patch
|
blob
|
history
diff --git
a/include/exec/gdbstub.h
b/include/exec/gdbstub.h
index eb14b91139b1154162707d10d3f58df2c45d195a..008a92198a6a167f338774693175304a2757f632 100644
(file)
--- 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 */