Skip to content

Commit

Permalink
Merge pull request #27 from MaxCrazy1101/main
Browse files Browse the repository at this point in the history
fix compile error with gcc13
  • Loading branch information
YuzukiTsuru authored May 10, 2024
2 parents e7cafbb + 60f53d1 commit aa0d8b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ gceSTATUS
_ConvertLogical2Physical(gckOS Os, gctPOINTER Logical, gctUINT32 ProcessID,
PLINUX_MDL Mdl, gctPHYS_ADDR_T *Physical);

gctBOOL
gceSTATUS
_QuerySignal(gckOS Os, gctSIGNAL Signal);

static inline gctINT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static vip_status_e gckvip_map_user(
gckvip_dyn_allocate_node_t *node,
struct page **pages,
vip_uint32_t num_pages,
vip_uint32_t alloc_flag,
gckvip_video_mem_alloc_flag_e alloc_flag,
void **logical
);

Expand Down

0 comments on commit aa0d8b2

Please sign in to comment.