Fix bug that massively broken the wintelstacker, slowing everything else down.

This commit is contained in:
Mike Auty
2017-12-10 23:47:23 +00:00
parent 412d893f19
commit 758e521292
+1 -1
View File
@@ -315,7 +315,7 @@ class WintelStacker(interfaces.automagic.StackerLayerInterface):
hits = list(hits)
if hits:
# TODO: Decide which to use if there are multiple options
page_map_offset = hits[0][1][0]
test, page_map_offset = hits[0]
new_layer_name = context.memory.free_layer_name("IntelLayer")
config_path = interfaces.configuration.path_join("IntelHelper", new_layer_name)
context.config[interfaces.configuration.path_join(config_path, "memory_layer")] = layer_name