Skip to content

Commit

Permalink
Merge pull request #91 from cyyself/cpu_model_u64
Browse files Browse the repository at this point in the history
[FMV] use long long type for marchid and mimpid
  • Loading branch information
kito-cheng authored Oct 14, 2024
2 parents bfe4aa0 + c6c5d6d commit e1aa759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/c-api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -837,8 +837,8 @@ struct {

struct {
unsigned mvendorid;
unsigned marchid;
unsigned mimpid;
unsigned long long marchid;
unsigned long long mimpid;
} __riscv_cpu_model;
```

Expand Down

0 comments on commit e1aa759

Please sign in to comment.