Remove compiler warnings from nz (#9609)

FIX #9592
This commit is contained in:
Sven Steinbauer 2018-03-06 20:50:04 +00:00 committed by radare
parent 6f7d72f12c
commit 55a3dcaa1c

View File

@ -1384,7 +1384,7 @@ static int oples(RAsm *a, ut8* data, const Opcode *op) {
static int opmov(RAsm *a, ut8 *data, const Opcode *op) {
int l = 0;
long offset = 0;
st64 offset = 0;
int mod = 0;
int base = 0;
int rex = 0;