|  | @@ -148,7 +148,8 @@ impl AmlContext {
 | 
											
												
													
														|  |      /// ### Legacy mode
 |  |      /// ### Legacy mode
 | 
											
												
													
														|  |      /// If `true` is passed in `legacy_mode`, the library will try and remain compatible with a ACPI 1.0
 |  |      /// If `true` is passed in `legacy_mode`, the library will try and remain compatible with a ACPI 1.0
 | 
											
												
													
														|  |      /// implementation. The following changes/assumptions are made:
 |  |      /// implementation. The following changes/assumptions are made:
 | 
											
												
													
														|  | -    ///     - Two extra root namespaces are predefined: `\_PR` and `_TZ`
 |  | 
 | 
											
												
													
														|  | 
 |  | +    ///
 | 
											
												
													
														|  | 
 |  | +    ///     - Two extra root namespaces are predefined: `\_PR` and `\_TZ`
 | 
											
												
													
														|  |      ///     - Processors are expected to be defined with `DefProcessor`, instead of `DefDevice`
 |  |      ///     - Processors are expected to be defined with `DefProcessor`, instead of `DefDevice`
 | 
											
												
													
														|  |      ///     - Processors are expected to be found in `\_PR`, instead of `\_SB`
 |  |      ///     - Processors are expected to be found in `\_PR`, instead of `\_SB`
 | 
											
												
													
														|  |      ///     - Thermal zones are expected to be found in `\_TZ`, instead of `\_SB`
 |  |      ///     - Thermal zones are expected to be found in `\_TZ`, instead of `\_SB`
 |