diff options
Diffstat (limited to 'source/compiler/aslcodegen.c')
| -rw-r--r-- | source/compiler/aslcodegen.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/source/compiler/aslcodegen.c b/source/compiler/aslcodegen.c index 825dd194fc07..98869f569a90 100644 --- a/source/compiler/aslcodegen.c +++ b/source/compiler/aslcodegen.c @@ -264,7 +264,7 @@ CgWriteAmlOpcode (          /* These opcodes should not get here */          printf ("Found a node with an unassigned AML opcode\n"); -        fprintf (stderr, "Found a node with an unassigned AML opcode\n"); +        FlPrintFile (ASL_FILE_STDERR, "Found a node with an unassigned AML opcode\n");          return;      case AML_INT_RESERVEDFIELD_OP: | 
