disasm: matches -- fix operator priority error with parenthesis
commit3478078c5f5ec7b38f2537ab65d249fe51c607d4
authorMartin Lindhe <martin-commit@ubique.se>
Wed, 16 Nov 2016 14:46:00 +0000 (16 15:46 +0100)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 5 Jan 2017 19:38:41 +0000 (5 22:38 +0300)
treeb6aa516668c76c12c05816df3138ab305b5ce9da
parentf1725266976491e5632ab011d6f571e6a0361284
disasm: matches -- fix operator priority error with parenthesis

fixes pvs-studio error 'V502 Perhaps the '?:' operator works in a different way
than it was expected. The '?:' operator has a lower priority than the '!=' operator.'

Signed-off-by: Martin Lindhe <martin-commit@ubique.se>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
disasm/disasm.c