AMD

Comment 109 for bug 1776563

Revision history for this message
Darksurf (piroisl33t-u) wrote :

Yeah, This rabbit hole just keeps getting deeper. a whole 46 Errors, Log attached. Some appear like they'd be easy to fix for someone who understood the language.

I'm confused by ssdt14.dsl compile as it only has one error

ssdt14.dsl 1341: Arg1
Error 6126 - ^ syntax error, unexpected PARSEOP_ARG1

Not sure why you would RETURN, but then have arguments afterwards? Even so, what would be the proper syntax in this case?

If (CondRefOf (MOEM))
        {
            Return (MOEM) /* External reference */
            Arg0
            Arg1
            Arg2
        }