diff options
author | Tim Newsome <tim@sifive.com> | 2020-07-02 15:22:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 15:22:47 -0700 |
commit | bbfc666eba84f7133510fa0c5cb1d2d9e7a49bce (patch) | |
tree | 2d48f82b97b897c234cabd70511bd175c9b44798 /tcl/mmr_helpers.tcl | |
parent | b50b8da476790fa5a1a0935d4837d2128a797db3 (diff) | |
parent | 7a52af41c1212acb922129b4b6558c220920dd38 (diff) | |
download | riscv-openocd-bbfc666eba84f7133510fa0c5cb1d2d9e7a49bce.zip riscv-openocd-bbfc666eba84f7133510fa0c5cb1d2d9e7a49bce.tar.gz riscv-openocd-bbfc666eba84f7133510fa0c5cb1d2d9e7a49bce.tar.bz2 |
Merge pull request #494 from riscv/from_upstream
Get changes from upstream
Diffstat (limited to 'tcl/mmr_helpers.tcl')
-rw-r--r-- | tcl/mmr_helpers.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/mmr_helpers.tcl b/tcl/mmr_helpers.tcl index ce116e4..e6b1c67 100644 --- a/tcl/mmr_helpers.tcl +++ b/tcl/mmr_helpers.tcl @@ -28,7 +28,7 @@ proc show_mmr32_reg { NAME } { } -# Give: NAMES - an array of names accessable +# Give: NAMES - an array of names accessible # in the callers symbol-scope. # VAL - the bits to display. |