]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128627: Emscripten: Fix address calculation for wasm-gc trampoline (#128782)
authorHood Chatham <roberthoodchatham@gmail.com>
Thu, 23 Jan 2025 00:02:04 +0000 (00:02 +0000)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2025 00:02:04 +0000 (08:02 +0800)
commit960936fe90f9a0b947c7ed10f91582ff6664c0b8
tree3440e8855e4f794d86e9b688e437a494efbf47c3
parent298dda57709c45cbcb44831e0d682dc071af5293
gh-128627: Emscripten: Fix address calculation for wasm-gc trampoline (#128782)

Modifies the memory calculation to divide the entire memory address by 4, not just the base address.
Python/emscripten_trampoline.c
configure
configure.ac