Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/vax/vax
Module Name: src
Committed By: hans
Date: Fri Feb 28 18:08:51 UTC 2025
Modified Files:
src/sys/arch/vax/vax: db_disasm.c
Log Message:
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.25 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