Skip to content

Commit

Permalink
1つ前のコミットでの文法ミス修正
Browse files Browse the repository at this point in the history
Signed-off-by: yuu <[email protected]>
  • Loading branch information
mouseos authored May 8, 2024
1 parent 3706104 commit d7020fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mali_shrinker_mmap32.c
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ int trigger(int mali_fd, int mali_fd2, int* flush_idx) {
LOG("Found pgd %d, %lx\n", pgd_idx, pgd);
#else
LOG("Found pgd %d, %llx\n", pgd_idx, pgd);
#endif
atom_number++;
write_selinux(mali_fd, mali_fd2, pgd, &(reserved[0]));
usleep(100000);
Expand Down

0 comments on commit d7020fd

Please sign in to comment.