]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - qemu-options-wrapper.h
target/arm: Improve masking in arm_hcr_el2_eff
[thirdparty/qemu.git] / qemu-options-wrapper.h
index 4d7aeb13523f8bdfa1aca3ae24bb39e3e6a46d0c..6f548e3922e6200b64c8d7d162cb7435591ac902 100644 (file)
@@ -14,7 +14,7 @@
 
 #define ARCHHEADING(text, arch_mask) \
     if ((arch_mask) & arch_type)    \
-        puts(stringify(text) ":");
+        puts(stringify(text));
 
 #define DEFHEADING(text) ARCHHEADING(text, QEMU_ARCH_ALL)
 
@@ -34,7 +34,6 @@
 #undef DEF
 #undef DEFHEADING
 #undef ARCHHEADING
-#undef GEN_DOCS
 
 #undef QEMU_OPTIONS_GENERATE_ENUM
 #undef QEMU_OPTIONS_GENERATE_HELP