Source-Changes archive

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

CVS commit: [netbsd-10] src/sys/arch/vax/vax



Module Name:    src
Committed By:   martin
Date:           Tue Mar  4 12:27:35 UTC 2025

Modified Files:
        src/sys/arch/vax/vax [netbsd-10]: db_disasm.c

Log Message:
Pull up following revision(s) (requested by hans in ticket #1072):

        sys/arch/vax/vax/db_disasm.c: revision 1.25

vax/ddb(4): fix disassembly of functions

On the VAX, functions normally begin with a 16bit entry mask
specifying which registers need to be saved on the stack by
the CALLS/CALLG instructions. The VAX disassembler tries to
take this into account, but the code didn't work as intended.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.24.10.1 src/sys/arch/vax/vax/db_disasm.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