From d7020fd125700e92b2f776998a638f13ea7754a5 Mon Sep 17 00:00:00 2001 From: yuu <46545607+mouseos@users.noreply.github.com> Date: Wed, 8 May 2024 13:35:56 +0900 Subject: [PATCH] =?UTF-8?q?1=E3=81=A4=E5=89=8D=E3=81=AE=E3=82=B3=E3=83=9F?= =?UTF-8?q?=E3=83=83=E3=83=88=E3=81=A7=E3=81=AE=E6=96=87=E6=B3=95=E3=83=9F?= =?UTF-8?q?=E3=82=B9=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuu <46545607+mouseos@users.noreply.github.com> --- mali_shrinker_mmap32.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mali_shrinker_mmap32.c b/mali_shrinker_mmap32.c index 35c80c6..731fd6f 100644 --- a/mali_shrinker_mmap32.c +++ b/mali_shrinker_mmap32.c @@ -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);