Skip to content

Commit

Permalink
Update API
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanSalwan committed Feb 7, 2019
1 parent d877279 commit c9ed264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solve-vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ def emulate(ctx, pc):
else:
totalUniqueInstructions[pc] = 1

if instruction.getType() == OPCODE.HLT:
if instruction.getType() == OPCODE.X86.HLT:
break

if ctx.isRegisterSymbolized(ctx.registers.rip) and len(condition) == 0:
Expand Down

0 comments on commit c9ed264

Please sign in to comment.