-
Kir Kolyshkin authored
clang complains a number of times on our inline asm code, like this: > fpu00.c:13:6: error: ambiguous instructions require an explicit suffix > (could be 'flds', 'fldl', or 'fldt') > "fld %0\n" > ^ > <inline asm>:1:2: note: instantiated into assembly here > fld -4(%rsp) > ^ As floats are used, the suffix should be 's' ("short", 32-bit, float). Add it where needed. Signed-off-by:Kir Kolyshkin <kir@openvz.org> Signed-off-by:
Pavel Emelyanov <xemul@virtuozzo.com>
8f9c6ff5
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| inhfd | ||
| jenkins | ||
| others | ||
| zdtm | ||
| .gitignore | ||
| Makefile | ||
| abrt.sh | ||
| check_actions.py | ||
| crit-recode.py | ||
| criu.py | ||
| groups.desc | ||
| inhfd.desc | ||
| rpc_pb2.py | ||
| show_action.sh | ||
| umount2.c | ||
| zdtm.desc | ||
| zdtm.py | ||
| zdtm_ct.c | ||
| zdtm_mount_cgroups |