Explorar o código

Leave note about Packages also probably needing to be Arced

Isaac Woods %!s(int64=3) %!d(string=hai) anos
pai
achega
1eedc2a931
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      aml/src/value.rs

+ 1 - 0
aml/src/value.rs

@@ -213,6 +213,7 @@ pub enum AmlValue {
     Mutex {
         sync_level: u8,
     },
+    // TODO: I think this will need to be `Arc`ed as well, as `Index` can be used on both Buffers and Packages
     Package(Vec<AmlValue>),
     PowerResource {
         system_level: u8,