MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / live_recompiler_init

Method live_recompiler_init

LiveRecomp/live_generator.cpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16constexpr uint64_t rdram_offset = 0xFFFFFFFF80000000ULL;
17
18void N64Recomp::live_recompiler_init() {
19 RabbitizerConfig_Cfg.pseudos.pseudoMove = false;
20 RabbitizerConfig_Cfg.pseudos.pseudoBeqz = false;
21 RabbitizerConfig_Cfg.pseudos.pseudoBnez = false;
22 RabbitizerConfig_Cfg.pseudos.pseudoNot = false;
23 RabbitizerConfig_Cfg.pseudos.pseudoBal = false;
24}
25
26namespace Registers {
27 constexpr int rdram = SLJIT_S0; // stores (rdram - rdram_offset)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected