diff options
author | Flopsey <25252925+Flopsey@users.noreply.github.com> | 2021-08-26 16:48:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 16:48:24 +0200 |
commit | 1524547b4dd526f4f9aac3bab270f1786fb0b4a9 (patch) | |
tree | 3ee51e6d09d16279e53e3cb14f15285b75bf9d37 /mips.html.markdown | |
parent | 99ddf8fec686a137586e7a4cdf068b7d3c438cfc (diff) |
[mips/en] Fix uncommented comment line (#4223)
Diffstat (limited to 'mips.html.markdown')
-rw-r--r-- | mips.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mips.html.markdown b/mips.html.markdown index 33d4f87c..4977cc65 100644 --- a/mips.html.markdown +++ b/mips.html.markdown @@ -242,7 +242,7 @@ gateways and routers. ## FUNCTIONS ## _functions: # Functions are callable procedures that can accept arguments and return - values all denoted with labels, like above + # values all denoted with labels, like above main: # Programs begin with main func jal return_1 # jal will store the current PC in $ra |