Disassembler changes in 3.10 under BPO-27129

This commit is contained in:
Nenad Čaklović
2022-03-24 22:06:35 +01:00
parent 7160cf796c
commit 3039d8b410
2 changed files with 17 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ bool IsNameArg(int opcode);
bool IsVarNameArg(int opcode);
bool IsCellArg(int opcode);
bool IsJumpOffsetArg(int opcode);
bool IsJumpArg(int opcode);
bool IsCompareArg(int opcode);
}