Closed 404allen404 closed 2 months ago
Removed a redundant li x10, 0 instruction in the reset_vector section of crt0.S. This cleanup improves code clarity without altering the functionality.
li x10, 0
Removed a redundant
li x10, 0
instruction in the reset_vector section of crt0.S. This cleanup improves code clarity without altering the functionality.