Skip to content

Commit

Permalink
Make offsets style align with the agreed upon notation for 16bit ld/s…
Browse files Browse the repository at this point in the history
…t opcodes
  • Loading branch information
shacharr committed May 31, 2016
1 parent 909802c commit 90b2fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaplugin/vciv.py
Expand Up @@ -1511,7 +1511,7 @@ def get_arg(self, op, op_val, arg, cmd):
cmd.dtyp = dt_dword
cmd.addr = 4 * self.XBITFIELD(op, boff+4, 4)
cmd.phrase = self.XBITFIELD(op, boff, 4)
cmd.specval = 0
cmd.specval = self.DISPL_STACK_STYLE
elif cmd.type == self.o_temp9: # loooong displ
cmd.type = o_displ
cmd.dtyp = dt_dword
Expand Down

0 comments on commit 90b2fea

Please sign in to comment.