tests/tcg/i386: Use explicit suffix on fist insns
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Jun 2022 17:12:53 +0000 (18:12 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 13 Jun 2022 23:15:04 +0000 (00:15 +0100)
commit6012d96379873825ab20d629b828e833023feb9d
tree1ad07841b9a5cce56e69bd114c658e5ebdd2d315
parentb2df786170a4954d6346c284b8351ca79265d190
tests/tcg/i386: Use explicit suffix on fist insns

Fixes a number of assembler warnings of the form:

test-i386.c: Assembler messages:
test-i386.c:869: Warning: no instruction mnemonic suffix given
  and no register operands; using default for `fist'

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220527171143.168276-1-richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220613171258.1905715-3-alex.bennee@linaro.org>
tests/tcg/i386/test-i386-fp-exceptions.c
tests/tcg/i386/test-i386.c