Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/amd64 When in Rome... use true or false, inst...



details:   https://anonhg.NetBSD.org/src/rev/01103623d19a
branches:  trunk
changeset: 338153:01103623d19a
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 12 23:16:47 2015 +0000

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

diffstat:

 sys/arch/amd64/amd64/db_disasm.c |  36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

diffs (58 lines):

diff -r ba235b7786f8 -r 01103623d19a sys/arch/amd64/amd64/db_disasm.c
--- a/sys/arch/amd64/amd64/db_disasm.c  Tue May 12 20:54:30 2015 +0000
+++ b/sys/arch/amd64/amd64/db_disasm.c  Tue May 12 23:16:47 2015 +0000
@@ -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_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 },
+/*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" },
+/*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[] = {



Home | Main Index | Thread Index | Old Index