V4 disasm: fix sub sp,sp,imm
authorErik Verbruggen <erik.verbruggen@me.com>
Mon, 14 Oct 2013 13:18:54 +0000 (15:18 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 14 Oct 2013 14:42:56 +0000 (16:42 +0200)
commitf106d905df58de637f291111ed3e1ccf1dfdf23e
tree892449a0a16424adfe51403cbb0e284457773070
parent403045a58181e204f889366848014093b553be5d
V4 disasm: fix sub sp,sp,imm

This is a special-case instruction, where the immediate needs to be
multiplied by 4.

Change-Id: I86e5ab9d39d65b8eab99fae859969896c6e5630c
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/3rdparty/masm/disassembler/ARMv7/ARMv7DOpcode.cpp