Source-Changes archive

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

CVS commit: src/sys/external/bsd/sljit/dist/sljit_src



Module Name:    src
Committed By:   nia
Date:           Wed Apr 30 15:40:38 UTC 2025

Modified Files:
        src/sys/external/bsd/sljit/dist/sljit_src: sljitNativeMIPS_common.c

Log Message:
sljit: avoid compiler warning due to switch fallthru on mips

Unsure why, but this is only a problem when building sljit in
userspace via rump, which we don't do by default on mips,
although it's included in the OCTEON kernel.

Not enough to allow setting MKSLJIT=yes on mips but gets us
closer.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/sys/external/bsd/sljit/dist/sljit_src/sljitNativeMIPS_common.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