We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859fcdb commit 628f191Copy full SHA for 628f191
3 files changed
binary/ql/lib/semmle/code/binary/ast/instructions.qll
@@ -1,4 +1,4 @@
1
-private import internal.instructions as Internal
+private import internal.X86Instructions as Internal
2
private import binary
3
private import Headers
4
private import Sections
…ode/binary/ast/internal/instructions.qll …/binary/ast/internal/X86Instructions.qllbinary/ql/lib/semmle/code/binary/ast/internal/instructions.qll renamed to binary/ql/lib/semmle/code/binary/ast/internal/X86Instructions.qll
binary/ql/lib/semmle/code/binary/ast/ir/internal/Tags.qll
@@ -1,7 +1,7 @@
private import Opcode
private import codeql.util.Boolean
private import semmle.code.binary.ast.internal.CilInstructions
-private import semmle.code.binary.ast.internal.instructions
+private import semmle.code.binary.ast.internal.X86Instructions
5
6
newtype LocalVariableTag =
7
CmpRegisterTag() or
0 commit comments