diff options
Diffstat (limited to 'i386-asm.c')
| -rw-r--r-- | i386-asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
