You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove unused variable warning in RISC-V codegen
Remove unused 'func_t *func' declaration in code_generate() function
that was causing compiler warnings. The variable is not needed as 'func'
is only used in emit_ph2_ir() where it has its own local declaration.
0 commit comments