opflags: Extend opflags_t to 64 bits
commit167917abe5c7aa69da9543c579ba93a0eaae5eed
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 9 Sep 2012 20:19:12 +0000 (10 00:19 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 9 Sep 2012 21:35:38 +0000 (10 01:35 +0400)
tree12d8b8f4c97e8cdd3d82f163fe3e4dbe91b0d947
parent315d049646efe36773380a03826c8589d24b2692
opflags: Extend opflags_t to 64 bits

Soon we will need to encode 512 bits values
thus there is no space left in our opflags_t
which is 32 bitfield.

Extend it to 64 bits width.

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