matches: simplify check operand size actions
commitbc31bee760c288e46977d239136bc88776618eeb
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 1 Nov 2009 20:16:01 +0000 (1 23:16 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Tue, 3 Nov 2009 18:37:09 +0000 (3 21:37 +0300)
tree298c0dfe8f9426502f33057d7a402200f46a842d
parentb640a917cddd576e25be07aa9dd08d480c77703a
matches: simplify check operand size actions

We may throw out j variable (since we break anyway)
and don't assign asize for free (since we don't
use it after).

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
assemble.c