Skip to content

Commit

Permalink
Merge pull request #279 from riscv-non-isa/note-big-endian
Browse files Browse the repository at this point in the history
Add note to mention we didn't have calling convention big-endian
  • Loading branch information
kito-cheng authored Jul 26, 2022
2 parents 31021b4 + 91d27ac commit 84134d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions riscv-cc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ Any procedure that does explicitly write `vstart` to a nonzero value must zero

== Procedure Calling Convention

NOTE: Calling convention for big-endian is *NOT* included in this specification
yet, we intend to define that in future version of this specification.

=== Integer Calling Convention

The base integer calling convention provides eight argument registers,
Expand Down

0 comments on commit 84134d5

Please sign in to comment.