diff options
author | Richard Henderson | 2016-07-08 06:39:22 +0200 |
---|---|---|
committer | Richard Henderson | 2016-07-08 06:39:22 +0200 |
commit | 4aa3f4dd5bb9c2282627bf99d85eff61b325beb0 (patch) | |
tree | 1ee174eb6954bc5cd65950d72ae98e35cf5c19f8 /linux-user/host/s390x | |
parent | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160707'... (diff) | |
download | qemu-4aa3f4dd5bb9c2282627bf99d85eff61b325beb0.tar.gz qemu-4aa3f4dd5bb9c2282627bf99d85eff61b325beb0.tar.xz qemu-4aa3f4dd5bb9c2282627bf99d85eff61b325beb0.zip |
linux-user: Fix i386 safe-syscall.S
Clang insists that "cmp" is ambiguous with a memory destination,
requiring an explicit size suffix.
There was a true error in the use of .cfi_def_cfa_offset in the
epilogue, but changing to use the proper .cfi_adjust_cfa_offset
runs afoul of a clang bug wrt .cfi_restore_state. Better to
fold the two epilogues so that we don't trigger the bug.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'linux-user/host/s390x')
0 files changed, 0 insertions, 0 deletions