mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 10:21:36 -04:00
add types (#559)
This commit is contained in:
@@ -1540,6 +1540,8 @@ std::string fixed_operator_to_string(FixedOperatorKind kind) {
|
||||
return "symbol->string";
|
||||
case FixedOperatorKind::ADDRESS_OF:
|
||||
return "&";
|
||||
case FixedOperatorKind::ASM_SLLV_R0:
|
||||
return ".asm.sllv.r0";
|
||||
default:
|
||||
assert(false);
|
||||
return "";
|
||||
|
||||
Reference in New Issue
Block a user