diff options
author | njl <njl@FreeBSD.org> | 2004-02-28 20:23:30 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2004-02-28 20:23:30 +0000 |
commit | 4335e07b6601dee959fdc8ee35b4cd21f3171c81 (patch) | |
tree | 885c1ceace8766961e3a5baedf4ef67ce438b844 /sys/contrib/dev/acpica/dsutils.c | |
parent | 041f94a8baba77aa39abb282f948d95e42507781 (diff) | |
download | FreeBSD-src-4335e07b6601dee959fdc8ee35b4cd21f3171c81.zip FreeBSD-src-4335e07b6601dee959fdc8ee35b4cd21f3171c81.tar.gz |
Vendor import of ACPICA 20040220
Diffstat (limited to 'sys/contrib/dev/acpica/dsutils.c')
-rw-r--r-- | sys/contrib/dev/acpica/dsutils.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/contrib/dev/acpica/dsutils.c b/sys/contrib/dev/acpica/dsutils.c index b6291fb..e968e47 100644 --- a/sys/contrib/dev/acpica/dsutils.c +++ b/sys/contrib/dev/acpica/dsutils.c @@ -1,7 +1,7 @@ /******************************************************************************* * * Module Name: dsutils - Dispatcher utilities - * $Revision: 100 $ + * $Revision: 102 $ * ******************************************************************************/ @@ -9,7 +9,7 @@ * * 1. Copyright Notice * - * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp. + * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp. * All rights reserved. * * 2. License @@ -365,7 +365,8 @@ AcpiDsResolveOperands ( /* * Attempt to resolve each of the valid operands - * Method arguments are passed by value, not by reference + * Method arguments are passed by reference, not by value. This means + * that the actual objects are passed, not copies of the objects. */ for (i = 0; i < WalkState->NumOperands; i++) { |