Files
Ronald Caesar d9d6c2a630 engine: upgrade constant pool to uint64_t
The engine is built for 32-bit constants which is wrong since Ballistic
is an ARM64 recompiler. Instructions like MOVZ with LSR #32 or LSR #48
would fail.

Signed-off-by: Ronald Caesar <github43132@proton.me>
2026-02-17 14:13:22 -04:00
..