aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/Subsystem/Parser
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-12-08 09:20:40 +0000
committerMike Smith <msmith@FreeBSD.org>2000-12-08 09:20:40 +0000
commita68cef92afffac7ed057638095bc09bf5335cdab (patch)
tree3d5255ef94fa86409d317cdd3f02a9fa31957db7 /sys/contrib/dev/acpica/Subsystem/Parser
parentfc2befbb10a53f7c12278f50337f2d57dd9668f4 (diff)
parentf6402773ea74398ade71cd4c72b4b5082251f753 (diff)
Notes
Diffstat (limited to 'sys/contrib/dev/acpica/Subsystem/Parser')
-rw-r--r--sys/contrib/dev/acpica/Subsystem/Parser/psfind.c5
-rw-r--r--sys/contrib/dev/acpica/Subsystem/Parser/psscope.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/sys/contrib/dev/acpica/Subsystem/Parser/psfind.c b/sys/contrib/dev/acpica/Subsystem/Parser/psfind.c
index 44b7dec2d327..7b8529d94097 100644
--- a/sys/contrib/dev/acpica/Subsystem/Parser/psfind.c
+++ b/sys/contrib/dev/acpica/Subsystem/Parser/psfind.c
@@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: psfind - Parse tree search routine
- * $Revision: 18 $
+ * $Revision: 19 $
*
*****************************************************************************/
@@ -374,7 +374,8 @@ AcpiPsFind (
break;
}
- DEBUG_PRINT (TRACE_PARSE, ("PsFind: Search scope %p Segs=%d Opcode=%4.4X Create=%d\n", Scope, SegCount, Opcode, Create));
+ DEBUG_PRINT (TRACE_PARSE, ("PsFind: Search scope %p Segs=%d Opcode=%4.4X Create=%d\n",
+ Scope, SegCount, Opcode, Create));
/* match each name segment */
diff --git a/sys/contrib/dev/acpica/Subsystem/Parser/psscope.c b/sys/contrib/dev/acpica/Subsystem/Parser/psscope.c
index 47b61dca4f26..7e70f60e9401 100644
--- a/sys/contrib/dev/acpica/Subsystem/Parser/psscope.c
+++ b/sys/contrib/dev/acpica/Subsystem/Parser/psscope.c
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Module Name: psscope - Parser scope stack management routines
- * $Revision: 21 $
+ * $Revision: 22 $
*
*****************************************************************************/
@@ -329,7 +329,7 @@ AcpiPsPopScope (
DEBUG_PRINT (TRACE_PARSE,
- ("PsPopScope: Popped Op %p Args %d\n", *Op, *ArgCount));
+ ("PsPopScope: Popped Op %p Args %X\n", *Op, *ArgCount));
return_VOID;
}