Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix incorrect parsing of names for custom csr registers
this commit fixes a regression introduced in ba8c1ee. The regression was caused by removal of these lines: ``` - /* Register prefix: "csr_" or "custom_" */ - strcpy(name, reg_type); - name[strlen(reg_type)] = '_'; ``` causing all CSR names with custom names to be parsed as empty strings.
- Loading branch information