Skip to content

Commit

Permalink
CmdLine: Rename memStart to memSize
Browse files Browse the repository at this point in the history
  • Loading branch information
nmeum committed Apr 16, 2024
1 parent 9006781 commit 1111e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LibRISCV/CmdLine.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Options.Applicative
data BasicArgs = BasicArgs
{ memAddr :: Word32
-- ^ Start address of the general-purpose memory.
, memStart :: Word32
, memSize :: Word32
-- ^ Size of the memory in bytes.
, trace :: Bool
-- ^ Whether to enable instruction tracing.
Expand Down

0 comments on commit 1111e4b

Please sign in to comment.