Jump to content

unexpected PARSEOP error


jazzyguy
 Share

5 posts in this topic

Recommended Posts

Hey guys, quick question. I have a DSDT I am trying to edit. I am having trouble compiling it.

 

This is part of it.

 

 Method (_DSM, 4, NotSerialized)
			{
				If (LEqual (BRID, One))
				{
					If (LEqual (Arg0, Buffer (0x10)
							{
								/* 0000 */	0xF8, 0xD8, 0x86, 0xA4, 0xDA, 0x0B, 0x1B, 0x47, 
								/* 0008 */	0xA7, 0x2B, 0x60, 0x42, 0xA6, 0xB5, 0xBE, 0xE0
							}))
					{
						P8XH (Zero, 0xF6)
						Return (NVOP)
						Arg0
						Arg1
						Arg2
						Arg3
					}
				}

 

How do I stop this: 8382 Error syntax error, unexpected PARSEOP_ARG0 which is the line with Arg0

Link to comment
Share on other sites

  • 2 weeks later...
 Share

×
×
  • Create New...