Skip to content

Commit 97507c6

Browse files
committed
check
1 parent 9080d12 commit 97507c6

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
63 Bytes
Binary file not shown.
14 Bytes
Binary file not shown.
41 Bytes
Binary file not shown.

interp_x86/eval_x86.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
from utils import *
88

9-
from .convert_x86 import convert_program
10-
from .parser_x86 import x86_parser, x86_parser_instrs
9+
from convert_x86 import convert_program
10+
from parser_x86 import x86_parser, x86_parser_instrs
1111

1212

1313
def interp_x86(program):

0 commit comments

Comments
 (0)