Fix a warning
commit524f6dff17af73ec14529e5b0d444dfdda43d7c4
authorMichael Matz <matz@suse.de>
Mon, 8 May 2017 03:29:54 +0000 (8 05:29 +0200)
committerMichael Matz <matz@suse.de>
Mon, 8 May 2017 03:29:54 +0000 (8 05:29 +0200)
treed4ea41a25c692a2794580fe578ca5e8272c659ad
parent44abffe33a10ee2bdc0d66f87ffa5e178182d6e6
Fix a warning

"missing intitializer for field op_type" with gcc -Wextra.  It's
zero-initialized anyway, and not that much a hassle to explicitely
initialize either, so let's be nice and make it not warn.
i386-asm.c