assemble_file: Get rid of global variable @sb
commit8cc93f5232cb7e22fdfdc2315685cddfca9e0494
authorMartin Lindhe <martin-commit@ubique.se>
Wed, 16 Nov 2016 15:48:13 +0000 (16 16:48 +0100)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 5 Jan 2017 19:38:41 +0000 (5 22:38 +0300)
tree48747b3f6b465f1c630ff2cbe36131442920c77f
parent58f37c17369b26518fe44897f5977ba513f049d6
assemble_file: Get rid of global variable @sb

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

gorcunov@: Use local non-static variable.

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