Module Name:    src
Committed By:   christos
Date:           Tue May 12 23:16:47 UTC 2015

Modified Files:
        src/sys/arch/amd64/amd64: db_disasm.c

Log Message:
When in Rome... use true or false, instead of TRUE and FALSE.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/amd64/amd64/db_disasm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/amd64/db_disasm.c
diff -u src/sys/arch/amd64/amd64/db_disasm.c:1.21 src/sys/arch/amd64/amd64/db_disasm.c:1.22
--- src/sys/arch/amd64/amd64/db_disasm.c:1.21	Tue May 12 15:24:57 2015
+++ src/sys/arch/amd64/amd64/db_disasm.c	Tue May 12 19:16:47 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: db_disasm.c,v 1.21 2015/05/12 19:24:57 msaitoh Exp $	*/
+/*	$NetBSD: db_disasm.c,v 1.22 2015/05/12 23:16:47 christos Exp $	*/
 
 /* 
  * Mach Operating System
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.21 2015/05/12 19:24:57 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.22 2015/05/12 23:16:47 christos Exp $");
 
 #ifndef _KERNEL
 #include <sys/types.h>
@@ -213,23 +213,23 @@ const struct inst db_inst_0f0x[] = {
 };
 
 const struct inst db_inst_0f1x[] = {
-/*10*/	{ "",      FALSE, NONE,  0,	      0 },
-/*11*/	{ "",      FALSE, NONE,  0,	      0 },
-/*12*/	{ "",      FALSE, NONE,  0,	      0 },
-/*13*/	{ "",      FALSE, NONE,  0,	      0 },
-/*14*/	{ "",      FALSE, NONE,  0,	      0 },
-/*15*/	{ "",      FALSE, NONE,  0,	      0 },
-/*16*/	{ "",      FALSE, NONE,  0,	      0 },
-/*17*/	{ "",      FALSE, NONE,  0,	      0 },
-
-/*18*/	{ "",      FALSE, NONE,  0,	      0 },
-/*19*/	{ "",      FALSE, NONE,  0,	      0 },
-/*1a*/	{ "",      FALSE, NONE,  0,	      0 },
-/*1b*/	{ "",      FALSE, NONE,  0,	      0 },
-/*1c*/	{ "",      FALSE, NONE,  0,	      0 },
-/*1d*/	{ "",      FALSE, NONE,  0,	      0 },
-/*1e*/	{ "",      FALSE, NONE,  0,	      0 },
-/*1f*/	{ "nopl",  TRUE,  SDEP,  0,	      "nopw" },
+/*10*/	{ "",      false, NONE,  0,	      0 },
+/*11*/	{ "",      false, NONE,  0,	      0 },
+/*12*/	{ "",      false, NONE,  0,	      0 },
+/*13*/	{ "",      false, NONE,  0,	      0 },
+/*14*/	{ "",      false, NONE,  0,	      0 },
+/*15*/	{ "",      false, NONE,  0,	      0 },
+/*16*/	{ "",      false, NONE,  0,	      0 },
+/*17*/	{ "",      false, NONE,  0,	      0 },
+
+/*18*/	{ "",      false, NONE,  0,	      0 },
+/*19*/	{ "",      false, NONE,  0,	      0 },
+/*1a*/	{ "",      false, NONE,  0,	      0 },
+/*1b*/	{ "",      false, NONE,  0,	      0 },
+/*1c*/	{ "",      false, NONE,  0,	      0 },
+/*1d*/	{ "",      false, NONE,  0,	      0 },
+/*1e*/	{ "",      false, NONE,  0,	      0 },
+/*1f*/	{ "nopl",  true,  SDEP,  0,	      "nopw" },
 };
 
 const struct inst db_inst_0f2x[] = {

Reply via email to