fix calling conventions

This commit is contained in:
Folkert 2021-04-03 23:26:28 +02:00
parent 07a0f69d95
commit 73cb826a98
2 changed files with 8 additions and 2 deletions

View file

@ -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,