Moved Event to namespace
This commit is contained in:
1
src/acpi/aml/.#namedobj.rs
Symbolic link
1
src/acpi/aml/.#namedobj.rs
Symbolic link
@@ -0,0 +1 @@
|
||||
venos@Maponos.11470:1498034251
|
||||
@@ -209,7 +209,11 @@ impl AmlExecutable for NamedObj {
|
||||
let local_scope_string = get_namespace_string(scope, name.clone());
|
||||
namespace.insert(local_scope_string, AmlValue::Mutex(sync_level));
|
||||
},
|
||||
_ => ()
|
||||
NamedObj::DefEvent { ref name } => {
|
||||
let local_scope_string = get_namespace_string(scope, name.clone());
|
||||
namespace.insert(local_scope_string, AmlValue::Event);
|
||||
},
|
||||
// _ => ()
|
||||
}
|
||||
|
||||
None
|
||||
|
||||
Reference in New Issue
Block a user