Skip to content

Commit e1aa759

Browse files
authored
Merge pull request #91 from cyyself/cpu_model_u64
[FMV] use long long type for marchid and mimpid
2 parents bfe4aa0 + c6c5d6d commit e1aa759

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/c-api.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,8 +837,8 @@ struct {
837837

838838
struct {
839839
unsigned mvendorid;
840-
unsigned marchid;
841-
unsigned mimpid;
840+
unsigned long long marchid;
841+
unsigned long long mimpid;
842842
} __riscv_cpu_model;
843843
```
844844

0 commit comments

Comments
 (0)