diff options
author | jkim <jkim@FreeBSD.org> | 2014-03-27 23:50:54 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2014-03-27 23:50:54 +0000 |
commit | 36570d433866fe6dd6cfd1efeaa154ed7ade2121 (patch) | |
tree | d3e9e38245f10de28c87606c945c7fdd4bed0d76 /source/compiler/aslcompile.c | |
parent | 1e5f65118fdce3bca98a14153d598c52720e8947 (diff) | |
download | FreeBSD-src-36570d433866fe6dd6cfd1efeaa154ed7ade2121.zip FreeBSD-src-36570d433866fe6dd6cfd1efeaa154ed7ade2121.tar.gz |
Import ACPICA 20140325.
Diffstat (limited to 'source/compiler/aslcompile.c')
-rw-r--r-- | source/compiler/aslcompile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/aslcompile.c b/source/compiler/aslcompile.c index 1b077c0..cc1a0eb 100644 --- a/source/compiler/aslcompile.c +++ b/source/compiler/aslcompile.c @@ -390,7 +390,7 @@ FlCheckForAcpiTable ( /* Header length field must match the file size */ - FileSize = DtGetFileSize (Handle); + FileSize = CmGetFileSize (Handle); if (Table.Length != FileSize) { return (AE_ERROR); |