diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-09-29 19:53:38 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-09-29 19:53:38 +0000 |
commit | d4e301bc21b6911ed7f5d6a86659c4882fa7ab55 (patch) | |
tree | c09826b28ca0b50455664fa1d18a4efff33181e4 /source/compiler/aslcompile.c | |
parent | 754171ae60abbbd707ed8d449f07ef38f596bd22 (diff) | |
download | src-d4e301bc21b6911ed7f5d6a86659c4882fa7ab55.tar.gz src-d4e301bc21b6911ed7f5d6a86659c4882fa7ab55.zip |
Notes
Diffstat (limited to 'source/compiler/aslcompile.c')
-rw-r--r-- | source/compiler/aslcompile.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/compiler/aslcompile.c b/source/compiler/aslcompile.c index 060380a4341b..62d7d8704329 100644 --- a/source/compiler/aslcompile.c +++ b/source/compiler/aslcompile.c @@ -540,6 +540,10 @@ CmDoOutputFiles ( /* Dump the namespace to the .nsp file if requested */ (void) NsDisplayNamespace (); + + /* Dump the device mapping file */ + + MpEmitMappingInfo (); } |