diff options
author | Alistair Francis <alistair.francis@xilinx.com> | 2015-06-18 21:16:25 -0700 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@xilinx.com> | 2015-06-21 17:20:15 +1000 |
commit | be67e9ab9740d5a80e5c37bfd35247a4e449bc5a (patch) | |
tree | 762be92412f9dc3fa20854a12ab56a34e42378eb /target-microblaze/cpu-qom.h | |
parent | f44c475cb6ded298486a589c4205ab70e485b48c (diff) |
target-microblaze: Rename the usefpu variable
Rename the usefpu variable to use_fpu.
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Diffstat (limited to 'target-microblaze/cpu-qom.h')
-rw-r--r-- | target-microblaze/cpu-qom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-microblaze/cpu-qom.h b/target-microblaze/cpu-qom.h index a6474f9124..aa9c0325cf 100644 --- a/target-microblaze/cpu-qom.h +++ b/target-microblaze/cpu-qom.h @@ -63,7 +63,7 @@ typedef struct MicroBlazeCPU { struct { bool stackprot; uint32_t base_vectors; - uint8_t usefpu; + uint8_t use_fpu; } cfg; CPUMBState env; |