Skip to content

Commit

Permalink
Merge pull request #456 from XYenChi/patch-2
Browse files Browse the repository at this point in the history
Fix punctuation
  • Loading branch information
kito-cheng authored Dec 3, 2024
2 parents 3799de4 + bd96fb6 commit eb2b296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv-cc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ in the calling convention are unspecified upon entry, and the content of any
register without specifying it as a return value register or callee-saved in
the calling convention are unspecified upon exit, the contents of all
callee-saved registers must be restored to what was set on entry, and the
contents of any fixed registers like `gp` and `tp` never change,
contents of any fixed registers like `gp` and `tp` never change.


NOTE: Calling convention for big-endian is *NOT* included in this specification
Expand Down

0 comments on commit eb2b296

Please sign in to comment.