Alec Roelke has uploaded this change for review. (
https://gem5-review.googlesource.com/6181
Change subject: arch-riscv: Remove spaces around ea_code
......................................................................
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
---
M src/arch/riscv/isa/formats/mem.isa
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/arch/riscv/isa/formats/mem.isa
b/src/arch/riscv/isa/formats/mem.isa
index ef5f952..2cb2f18 100644
--- a/src/arch/riscv/isa/formats/mem.isa
+++ b/src/arch/riscv/isa/formats/mem.isa
@@ -254,7 +254,7 @@
}
}};
-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;
--
To view, visit https://gem5-review.googlesource.com/6181
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1c62b99de3617a3734b128b00fb421773e021317
Gerrit-Change-Number: 6181
Gerrit-PatchSet: 1
Gerrit-Owner: Alec Roelke <ar...@virginia.edu>
_______________________________________________
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev