iASL/DTC: fix for unix/linux generation.

Add a default to switch.
This commit is contained in:
Robert Moore 2011-02-11 13:05:41 -08:00
parent 34bc53edda
commit 2234a29e98

View File

@ -489,6 +489,9 @@ DtGetNextLine (
AcpiOsPrintf ("**** EOF within comment/string %u\n", State);
break;
default:
break;
}
return (0);