summaryrefslogtreecommitdiffstats
path: root/include/fpu
diff options
context:
space:
mode:
authorAlex Bennée2019-08-08 18:05:15 +0200
committerAlex Bennée2019-08-19 13:07:13 +0200
commit5937fb63a92d54cc4e5270256e4387c4d3a70091 (patch)
tree37d12cabe3ebf489ca93b159d30ef005b3f76668 /include/fpu
parentfpu: move inline helpers into a separate header (diff)
downloadqemu-5937fb63a92d54cc4e5270256e4387c4d3a70091.tar.gz
qemu-5937fb63a92d54cc4e5270256e4387c4d3a70091.tar.xz
qemu-5937fb63a92d54cc4e5270256e4387c4d3a70091.zip
fpu: make softfloat-macros "self-contained"
The macros use the "flags" type and to be consistent if anyone just needs the macros we should bring in the header we need. There is an outstanding TODO to audit the use of "flags" and replace with bool at which point this include could be dropped. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Acked-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'include/fpu')
-rw-r--r--include/fpu/softfloat-macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fpu/softfloat-macros.h b/include/fpu/softfloat-macros.h
index 3a95673674..605c4f4bc6 100644
--- a/include/fpu/softfloat-macros.h
+++ b/include/fpu/softfloat-macros.h
@@ -82,7 +82,7 @@ this code that are retained.
#ifndef FPU_SOFTFLOAT_MACROS_H
#define FPU_SOFTFLOAT_MACROS_H
-#include "fpu/softfloat.h"
+#include "fpu/softfloat-types.h"
/*----------------------------------------------------------------------------
| Shifts `a' right by the number of bits given in `count'. If any nonzero