Mark the jump_table_entry Instruction as loading;

This commit is contained in:
Benjamin Bouvier
2019-06-26 17:10:20 +02:00
parent 079ccf1f6e
commit 83336290c2
3 changed files with 32 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ jump_table_entry = Instruction(
Currently, the only type supported is entries which are relative to the
base of the jump table.
""",
ins=(x, addr, Size, JT), outs=entry)
ins=(x, addr, Size, JT), outs=entry, can_load=True)
jump_table_base = Instruction(
'jump_table_base', r"""