Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-11] src/sys/arch/riscv/include



Module Name:    src
Committed By:   martin
Date:           Sun Sep  6 18:08:01 UTC 2026

Modified Files:
        src/sys/arch/riscv/include [netbsd-11]: asm.h

Log Message:
Pull up following revision(s) (requested by skrll in ticket #451):

        sys/arch/riscv/include/asm.h: revision 1.14

risc-v: fix assemble opcode helper macros

- remove *_SUBI variants as these instructions don't exist and the
 assembler doesn't help. *_ADDI should be used.

- use 'iw' instead of 'wi' to match real instructions.


To generate a diff of this commit:
cvs rdiff -u -r1.11.2.2 -r1.11.2.3 src/sys/arch/riscv/include/asm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index