aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
authorPrashanth Mundkur <prashanth.mundkur@gmail.com>2019-11-27 13:13:08 -0800
committerPrashanth Mundkur <prashanth.mundkur@gmail.com>2019-11-27 13:13:08 -0800
commite15f302b12df29014c5dd6d19bbacf12be19ff4d (patch)
tree8b75934d21ed1c021ae89e2ad104a3beeeb97687 /model
parente0d4ba61a2750d7048db775ed98f4b7976417a09 (diff)
downloadsail-riscv-e15f302b12df29014c5dd6d19bbacf12be19ff4d.zip
sail-riscv-e15f302b12df29014c5dd6d19bbacf12be19ff4d.tar.gz
sail-riscv-e15f302b12df29014c5dd6d19bbacf12be19ff4d.tar.bz2
Fix whitespace.
Diffstat (limited to 'model')
-rw-r--r--model/riscv_sys_control.sail2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/riscv_sys_control.sail b/model/riscv_sys_control.sail
index 0227cae..2886273 100644
--- a/model/riscv_sys_control.sail
+++ b/model/riscv_sys_control.sail
@@ -460,7 +460,7 @@ function init_sys() -> unit = {
misa->F() = bool_to_bits(sys_enable_fdext()); /* single-precision */
misa->D() = if sizeof(xlen) == 64
then bool_to_bits(sys_enable_fdext()) /* double-precision */
- else 0b0;
+ else 0b0;
mstatus = set_mstatus_SXL(mstatus, misa.MXL());
mstatus = set_mstatus_UXL(mstatus, misa.MXL());