From f589d898aceb6ad3fd827d81257af8d64fd30dd0 Mon Sep 17 00:00:00 2001 From: paxcut <53811119+paxcut@users.noreply.github.com> Date: Sat, 5 Jul 2025 10:47:12 -0700 Subject: [PATCH] patterns: Updated pattern language (#2320) This pr updates the pattern language library to include two fixes. The first fix deal with local variables that are children of a structure, a union, a bitfield or an array losing their offsets when the parent's `setOffset()` is called. The second fix is that local variables of unions were being used as size contributors of the patterns place with said unions. Further details may be found in the pattern language pull requests for the files listed as changed in the PL submodule in this pr. --- lib/external/pattern_language | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/external/pattern_language b/lib/external/pattern_language index 55b67dea2..3690ea4fa 160000 --- a/lib/external/pattern_language +++ b/lib/external/pattern_language @@ -1 +1 @@ -Subproject commit 55b67dea24d359b1f63dcb43890d061abee18dd8 +Subproject commit 3690ea4fa0e6a70f8cc23c1f6c78fa8d74ed11d2