parser: simplify code by keeping a pointer to the current operand
commit0851609cfde90b9d966b620ca430b8f37dbfef57
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 27 Sep 2013 00:23:08 +0000 (26 17:23 -0700)
committerJin Kyu Song <jin.kyu.song@intel.com>
Wed, 16 Oct 2013 03:56:56 +0000 (15 20:56 -0700)
treefd11ddf0eeeeb04cedbe07a9f66fc4196626ec6a
parentb39e717b9e26a96ed1bf3f0f3ca0ef1b3bea6f78
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