mirror of https://github.com/YosysHQ/picorv32.git
Fixed typo in firmware/start.S
This commit is contained in:
parent
b076d72806
commit
e34dcf77e3
|
@ -267,7 +267,7 @@ start:
|
|||
#endif
|
||||
|
||||
#ifdef ENABLE_MULTST
|
||||
/* call sieve C code */
|
||||
/* call multest C code */
|
||||
jal ra,multest
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue