K 10 svn:author V 4 neel K 8 svn:date V 27 2013-09-17T16:06:07.029384Z K 7 svn:log V 321 Fix a bug in decoding an instruction that has an SIB byte as well as an immediate operand. The presence of an SIB byte in decoding the ModR/M field would cause 'imm_bytes' to not be set to the correct value. Fix this by initializing 'imm_bytes' independent of the ModR/M decoding. Reported by: grehan@ Approved by: re@ END