-
- Downloads
RISCV: make sure `i` has a uniform type.
The C parser produces abbreviations for local variables that depend on the variable type and the order they appear in the source. The signature for `get_avail_p_reg` on RISCV has a different type for `i` than every other function, which causes issues when `hardware.h` is included early in `kernel_all.c_pp`. Changing the type to `word_t` avoids these issues.
Please register or sign in to comment