summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AmlToC/AmlToC.py
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/Python/AmlToC/AmlToC.py')
-rw-r--r--BaseTools/Source/Python/AmlToC/AmlToC.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/AmlToC/AmlToC.py b/BaseTools/Source/Python/AmlToC/AmlToC.py
index 346de7159d..63931c9720 100644
--- a/BaseTools/Source/Python/AmlToC/AmlToC.py
+++ b/BaseTools/Source/Python/AmlToC/AmlToC.py
@@ -17,7 +17,7 @@ from Common.BuildToolError import *
import sys
import os
-__description__ = """
+__description__ = r"""
Convert an AML file to a .c file containing the AML bytecode stored in a C
array. By default, Tables\Dsdt.aml will generate Tables\Dsdt.c.
Tables\Dsdt.c will contain a C array named "dsdt_aml_code" that contains