mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-12 08:08:02 +00:00
fix calling conventions
This commit is contained in:
parent
07a0f69d95
commit
73cb826a98
2 changed files with 8 additions and 2 deletions
|
@ -158,7 +158,7 @@ pub const RocResult = extern struct {
|
|||
}
|
||||
};
|
||||
|
||||
pub const Ordering = enum(u8) {
|
||||
pub const Ordering = packed enum(u8) {
|
||||
EQ = 0,
|
||||
GT = 1,
|
||||
LT = 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue