Skip to content

Commit

Permalink
fpu: make softfloat-macros "self-contained"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
stsquad committed Aug 19, 2019
1 parent e34c47e commit 5937fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fpu/softfloat-macros.h
Expand Up @@ -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
Expand Down

0 comments on commit 5937fb6

Please sign in to comment.