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

Enum JalResolutionResult

src/recompilation.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#include "recompiler/generator.h"
15
16enum class JalResolutionResult {
17 NoMatch,
18 Match,
19 CreateStatic,
20 Ambiguous,
21 Error
22};
23
24JalResolutionResult resolve_jal(const N64Recomp::Context& context, size_t cur_section_index, uint32_t target_func_vram, size_t& matched_function_index) {
25 // Skip resolution if all function calls should use lookup and just return Ambiguous.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected