| ... | @@ -5968,7 +5968,7 @@ pub fn updateSubCompilation( | ... | @@ -5968,7 +5968,7 @@ pub fn updateSubCompilation( |
| 5968 | const sub_node = prog_node.start(@tagName(misc_task), 0); | 5968 | const sub_node = prog_node.start(@tagName(misc_task), 0); |
| 5969 | defer sub_node.end(); | 5969 | defer sub_node.end(); |
| 5970 | | 5970 | |
| 5971 | try sub_comp.update(prog_node); | 5971 | try sub_comp.update(sub_node); |
| 5972 | } | 5972 | } |
| 5973 | | 5973 | |
| 5974 | // Look for compilation errors in this sub compilation | 5974 | // Look for compilation errors in this sub compilation |