Skip to content

Commit 84134d5

Browse files
authored
Merge pull request #279 from riscv-non-isa/note-big-endian
Add note to mention we didn't have calling convention big-endian
2 parents 31021b4 + 91d27ac commit 84134d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

riscv-cc.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ Any procedure that does explicitly write `vstart` to a nonzero value must zero
8585

8686
== Procedure Calling Convention
8787

88+
NOTE: Calling convention for big-endian is *NOT* included in this specification
89+
yet, we intend to define that in future version of this specification.
90+
8891
=== Integer Calling Convention
8992

9093
The base integer calling convention provides eight argument registers,

0 commit comments

Comments
 (0)