소스 검색

Leave note about Packages also probably needing to be Arced

Isaac Woods 4 년 전
부모
커밋
1eedc2a931
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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,