parser: simplify code by keeping a pointer to the current operand
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 27 Sep 2013 00:23:08 +0000 (17:23 -0700)
committerJin Kyu Song <jin.kyu.song@intel.com>
Wed, 20 Nov 2013 19:29:41 +0000 (11:29 -0800)
commitdf0d1ba107079779e646a933fe8a29574d53f2d0
tree46e942a2441f093c0fe52d09e342dd4411b0549a
parent9f6188f05e52fa66d70fe9d70d926a3836d6065c
parser: simplify code by keeping a pointer to the current operand

There is an awful lot of syntax-heavy "result->oprs[operand]" going
on; simplify by making a pointer to the current operand.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
parser.c