nasm.c: Convert GET_CURR_OFFS/SET_CURR_OFFS to functions
commit190232f013f96f264c3437ff18e786b5593a1e37
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 15 Feb 2013 08:35:04 +0000 (15 12:35 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Fri, 15 Feb 2013 08:35:04 +0000 (15 12:35 +0400)
tree55264fcc90ab3cc78ec7798722053a2276b106a4
parentf187eb778823e34283eaaad1d2e0404e263282ff
nasm.c: Convert GET_CURR_OFFS/SET_CURR_OFFS to functions

In future better to not work with global variables but
rather pass arguments.

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