disasm: Add explicit type conversion to placate compiler
commit1006a47fe82acd82db9f52617060b373223ebcf3
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 20 Dec 2014 08:40:36 +0000 (20 11:40 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 20 Dec 2014 08:40:36 +0000 (20 11:40 +0300)
treeb2f5e6e113bea226601ce00e864449bfd0a886f7
parent7729edf7224e39628bd342c3a3bb44c1753bdfb0
disasm: Add explicit type conversion to placate compiler

Otherwise getting

 | disasm.c:200:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 |         return GET_REGISTER(nasm_rd_bndreg, regval);

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