Skip to content

Commit 87015f3

Browse files
committed
Add new relocation to match statement for Windows
1 parent b39e875 commit 87015f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tools/jit/_targets.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,8 @@ def _handle_relocation(
324324
"Offset": offset,
325325
"Symbol": s,
326326
"Type": {
327-
"Name": "IMAGE_REL_ARM64_BRANCH26"
327+
"Name": "IMAGE_REL_ARM64_BRANCH19"
328+
| "IMAGE_REL_ARM64_BRANCH26"
328329
| "IMAGE_REL_ARM64_PAGEBASE_REL21"
329330
| "IMAGE_REL_ARM64_PAGEOFFSET_12A"
330331
| "IMAGE_REL_ARM64_PAGEOFFSET_12L" as kind

0 commit comments

Comments
 (0)