From d65d45b9477d7abcec07f6720087cd032fbb856a Mon Sep 17 00:00:00 2001 From: xVlaze Date: Thu, 9 Feb 2017 18:58:52 +0000 Subject: [PATCH] Add files via upload --- dynasm/dasm_x86.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynasm/dasm_x86.h b/dynasm/dasm_x86.h index 23e213c..f1c695d 100644 --- a/dynasm/dasm_x86.h +++ b/dynasm/dasm_x86.h @@ -204,7 +204,7 @@ void dasm_put(Dst_DECL, int start, ...) case DASM_SPACE: p++; ofs += n; break; case DASM_SETLABEL: b[pos-2] = -0x40000000; break; /* Neg. label ofs. */ case DASM_VREG: CK((n&-8) == 0 && (n != 4 || (*p&1) == 0), RANGE_VREG); - if (*p++ == 1 && *p == DASM_DISP) mrm = n; continue; + if (*p++ == 1 && *p == DASM_DISP) {mrm = n;} continue; } mrm = 4; } else {