Skip to content

Commit 628f191

Browse files
committed
Binary: Rename instructions.qll to X86Instructions.qll
1 parent 859fcdb commit 628f191

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

binary/ql/lib/semmle/code/binary/ast/instructions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
private import internal.instructions as Internal
1+
private import internal.X86Instructions as Internal
22
private import binary
33
private import Headers
44
private import Sections

binary/ql/lib/semmle/code/binary/ast/internal/instructions.qll renamed to binary/ql/lib/semmle/code/binary/ast/internal/X86Instructions.qll

File renamed without changes.

binary/ql/lib/semmle/code/binary/ast/ir/internal/Tags.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
private import Opcode
22
private import codeql.util.Boolean
33
private import semmle.code.binary.ast.internal.CilInstructions
4-
private import semmle.code.binary.ast.internal.instructions
4+
private import semmle.code.binary.ast.internal.X86Instructions
55

66
newtype LocalVariableTag =
77
CmpRegisterTag() or

0 commit comments

Comments
 (0)