Integrate uACPI
This commit is contained in:
17
kernel/hal/x86_64/uACPI/tests/test-cases/references-0.asl
Normal file
17
kernel/hal/x86_64/uACPI/tests/test-cases/references-0.asl
Normal file
@ -0,0 +1,17 @@
|
||||
// Name: Call-by-value w/ Store() doesn't modify Local
|
||||
// Expect: str => MyString
|
||||
|
||||
DefinitionBlock ("", "DSDT", 2, "uTEST", "TESTTABL", 0xF0F0F0F0)
|
||||
{
|
||||
Method (TEST, 1, NotSerialized)
|
||||
{
|
||||
Arg0 = 0xDEADBEEF
|
||||
}
|
||||
|
||||
Method (MAIN, 0, NotSerialized)
|
||||
{
|
||||
Local0 = "MyString"
|
||||
TEST(Local0)
|
||||
Return (Local0)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user