修复Wine

This commit is contained in:
2026-04-13 19:12:22 +08:00
parent 4beaed4ba3
commit f9e0190abe
6 changed files with 3 additions and 3 deletions

View File

@@ -69,4 +69,4 @@ def page_floor(addr: int) -> int:
def page_ceil(addr: int) -> int:
return (addr + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1)`n
return (addr + PAGE_SIZE - 1) & ~(PAGE_SIZE - 1)