RevoGirl / RevoBoot

The RevoBoot-loader project
http://revogirl.wordpress.com/
Other
50 stars 138 forks source link

missing #endif in patcher.h #12

Closed ghost closed 12 years ago

ghost commented 13 years ago

Compilation of RevoBoot v17 fails with: acpi/patcher.h:16:1: error: unterminated #if

I added the following line to patcher.h to allow compilation to succeed.

endif //LOAD_DSDT_TABLE_FROM_EXTRA_ACPI || LOAD_SSDT_TABLE_FROM_EXTRA_ACPI

Here's where I added it:

endif //LOAD_EXTRA_ACPI_TABLES

endif //LOAD_DSDT_TABLE_FROM_EXTRA_ACPI || LOAD_SSDT_TABLE_FROM_EXTRA_ACPI

//==============================================================================

bool replaceTable(ENTRIES * xsdtEntries, int entryIndex, int tableIndex)

ghost commented 13 years ago

UPDATE - I see STLVNUB dealt with this in issue #10 Therefore, please delete this issue I raised.