From d5c9f95fcc497cb9b6e59ab50317b1efcd2a7385 Mon Sep 17 00:00:00 2001 From: Anton Sychev Date: Tue, 5 Dec 2023 14:16:27 +0100 Subject: [PATCH] bugfix: small bug remove value to fix correct compilation --- SSDT/samples/SAMPLE-NAVI.dsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSDT/samples/SAMPLE-NAVI.dsl b/SSDT/samples/SAMPLE-NAVI.dsl index 6fd1737..39368fa 100644 --- a/SSDT/samples/SAMPLE-NAVI.dsl +++ b/SSDT/samples/SAMPLE-NAVI.dsl @@ -9,7 +9,7 @@ DefinitionBlock ("", "SSDT", 2, "DRTNIA", "AMDGPU", 0x00001000) { Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { - Local0 = Package (0x02) + Local0 = Package () { // Insert here your code