Skip to content

Commit

Permalink
[FMV] use long long type for marchid and mimpid
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyself authored and Liaoshihua committed Dec 19, 2024
1 parent ee616e2 commit 751d4cb
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 751d4cb

Please sign in to comment.