mirror of
https://github.com/open-goal/jak-project
synced 2026-09-09 12:14:10 -04:00
Basic Inline Assembly (#149)
* basic inline assembly support * fix rlet * clean up detail in IR and update documentation
This commit is contained in:
@@ -126,6 +126,7 @@ void print_result(const AllocationInput& in, const AllocationResult& result) {
|
||||
AllocationResult allocate_registers(const AllocationInput& input) {
|
||||
AllocationResult result;
|
||||
RegAllocCache cache;
|
||||
cache.is_asm_func = input.is_asm_function;
|
||||
|
||||
// if desired, print input for debugging.
|
||||
if (input.debug_settings.print_input) {
|
||||
|
||||
Reference in New Issue
Block a user