summaryrefslogtreecommitdiff
path: root/src/arch/riscv
diff options
context:
space:
mode:
authorAlec Roelke <ar4jc@virginia.edu>2017-11-29 12:12:53 -0500
committerAlec Roelke <ar4jc@virginia.edu>2017-11-30 03:33:29 +0000
commitaed69fec188b8789675a4d3d1a712b42d4cf4f75 (patch)
tree4912da04892205f098ee7a7036a1af19af0f549c /src/arch/riscv
parent57fef98ffa3410d5cb44c44ef0e37e9a798be6f6 (diff)
downloadgem5-aed69fec188b8789675a4d3d1a712b42d4cf4f75.tar.xz
arch-riscv: Remove spaces around ea_code
This patch makes mem.isa conform to style guidelines better by removing spaces around the "ea_code" argument default value assignment of the Load format. Change-Id: I1c62b99de3617a3734b128b00fb421773e021317 Reviewed-on: https://gem5-review.googlesource.com/6181 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Alec Roelke <ar4jc@virginia.edu>
Diffstat (limited to 'src/arch/riscv')
-rw-r--r--src/arch/riscv/isa/formats/mem.isa2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/riscv/isa/formats/mem.isa b/src/arch/riscv/isa/formats/mem.isa
index ef5f9527c..2cb2f18b4 100644
--- a/src/arch/riscv/isa/formats/mem.isa
+++ b/src/arch/riscv/isa/formats/mem.isa
@@ -254,7 +254,7 @@ def template StoreCompleteAcc {{
}
}};
-def format Load(memacc_code, ea_code = {{EA = Rs1 + offset;}}, mem_flags=[],
+def format Load(memacc_code, ea_code={{EA = Rs1 + offset;}}, mem_flags=[],
inst_flags=[]) {{
offset_code = """
offset = IMM12;