mirror of
https://github.com/acpica/acpica/
synced 2025-02-25 18:04:08 +03:00
iASL/DTC: fix for unix/linux generation.
Add a default to switch.
This commit is contained in:
parent
34bc53edda
commit
2234a29e98
@ -489,6 +489,9 @@ DtGetNextLine (
|
||||
|
||||
AcpiOsPrintf ("**** EOF within comment/string %u\n", State);
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
return (0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user