Source-Changes archive

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

CVS commit: src/sys/arch/aarch64/aarch64



Module Name:    src
Committed By:   rin
Date:           Tue Jun 18 13:29:56 UTC 2024

Modified Files:
        src/sys/arch/aarch64/aarch64: netbsd32_machdep.c

Log Message:
aarch64: cpu_getmcontext32: Fix sign compare for ras_lookup(9)

Now, compare with `(void *)-1` is done for x0, instead of w0.
No binary changes except for that.

Found by WARNS=5 build (as a module).


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/aarch64/aarch64/netbsd32_machdep.c

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