parser: Get rid of global variable
commit58f37c17369b26518fe44897f5977ba513f049d6
authorMartin Lindhe <martin-commit@ubique.se>
Wed, 16 Nov 2016 15:43:16 +0000 (16 16:43 +0100)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 5 Jan 2017 19:38:41 +0000 (5 22:38 +0300)
tree5b4911eeb64e7caa31c1ef8f5a88d039649f2bd6
parentec8b2081d384bc8937e22f99af35c165f60316f5
parser: Get rid of global variable

fixes pvs-studio error 'V707 Giving short names to global variables
is considered to be bad practice. It is suggested to rename 'i' variable.

gorcunov@: Simply define it as local variable.

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