summaryrefslogtreecommitdiff
path: root/hw/xfree86/x86emu/validate.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xfree86/x86emu/validate.c')
-rw-r--r--hw/xfree86/x86emu/validate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/x86emu/validate.c b/hw/xfree86/x86emu/validate.c
index 239f6c1f3..b8c4d12d1 100644
--- a/hw/xfree86/x86emu/validate.c
+++ b/hw/xfree86/x86emu/validate.c
@@ -673,7 +673,7 @@ int main(int argc)
VAL_LONG_LONG_BINARY(cmp_long);
VAL_BYTE_UNARY(daa_byte);
- VAL_BYTE_UNARY(das_byte); // Fails for 0x9A (out of range anyway)
+ VAL_BYTE_UNARY(das_byte); /* Fails for 0x9A (out of range anyway) */
VAL_BYTE_UNARY(dec_byte);
VAL_WORD_UNARY(dec_word);