From 41031221c82384f40b5664b5e12b1a81eefcdfe6 Mon Sep 17 00:00:00 2001 From: gus knight Date: Mon, 27 Jul 2015 12:43:40 -0400 Subject: Trim trailing spaces everywhere. --- i386-asm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i386-asm.c') diff --git a/i386-asm.c b/i386-asm.c index 840a971..fd320bd 100644 --- a/i386-asm.c +++ b/i386-asm.c @@ -712,7 +712,7 @@ ST_FUNC void asm_opcode(TCCState *s1, int opcode) a32 = addr32 = 1; } #endif - if (b & 0xff00) + if (b & 0xff00) g(b >> 8); g(b); return; -- cgit v1.3.1