arch-riscv: Remove spaces around ea_code
authorAlec Roelke <ar4jc@virginia.edu>
Wed, 29 Nov 2017 17:12:53 +0000 (12:12 -0500)
committerAlec Roelke <ar4jc@virginia.edu>
Thu, 30 Nov 2017 03:33:29 +0000 (03:33 +0000)
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>

src/arch/riscv/isa/formats/mem.isa

index ef5f9527ceb919716580f88ef82249c336109b48..2cb2f18b474cb4e9feb56308e9870c95bf670b3f 100644 (file)
@@ -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;