Skip to content

Commit

Permalink
fix incorrect bitfield size
Browse files Browse the repository at this point in the history
  • Loading branch information
ved-rivos committed Dec 27, 2023
1 parent da2b82c commit ab1d006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iommu_ref_model/libiommu/include/iommu_translate.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ typedef union {
struct {
uint64_t V:1;
uint64_t M:2;
uint64_t reserved0:7;
uint64_t PPN:44;
uint64_t reserved:9;
uint64_t C:1;
Expand Down

0 comments on commit ab1d006

Please sign in to comment.