From 29a2bd711e1819428167318b09bae13a383dde4b Mon Sep 17 00:00:00 2001 From: Joel Flores Date: Fri, 10 Jul 2026 13:35:47 -0500 Subject: [PATCH] add missing call intrinsic 2 function --- xdis/opcodes/opcode_3x/opcode_313.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xdis/opcodes/opcode_3x/opcode_313.py b/xdis/opcodes/opcode_3x/opcode_313.py index d5f06fdc..e45c8724 100644 --- a/xdis/opcodes/opcode_3x/opcode_313.py +++ b/xdis/opcodes/opcode_3x/opcode_313.py @@ -517,6 +517,8 @@ def extended_format_CALL(opc, instructions) -> Tuple[str, Optional[int]]: return NULL_EXTENDED_OP +### update CALL_INTRINSIC_2 function +opcode_312._intrinsic_2_descs.append("INTRINSIC_SET_TYPEPARAM_DEFAULT") ### update formatting opcode_arg_fmt = opcode_arg_fmt313 = {