Fix travis

This commit is contained in:
Mykola Grymalyuk
2020-07-17 15:01:14 -06:00
parent 43e6a8dc21
commit 75083d8584
4 changed files with 8 additions and 8 deletions

View File

@@ -51,7 +51,7 @@ iasl * [insert all ACPI files here]
## Decompiling Error
![](../images/troubleshooting-md/decompile-error.png)
![](/troubleshooting-md/decompile-error.png)
```
Loading Acpi table from file iASLAwjHrs.aml
@@ -63,12 +63,12 @@ This is a common error on DSDTs that have methods that aren't supported by maciA
## Invalid character (0x3D), expecting ASL keyword or name
![](../images/troubleshooting-md/invalid-parse.png)
![](/troubleshooting-md/invalid-parse.png)
Similar to the above error, you're running an outdated copy of maciASL. Make sure you're using the latest from Acidanthera's repo: [maciASL](https://github.com/acidanthera/MaciASL/releases)
## Syntax error, unexpected PARSEOP_ONE, expecting '('
![](../images/troubleshooting-md/invalid-parse.png)
![](/troubleshooting-md/invalid-parse.png)
Similar to the above 2 errors, you're running an outdated copy of maciASL. Make sure you're using the latest from Acidanthera's repo: [maciASL](https://github.com/acidanthera/MaciASL/releases)