mirror of
https://github.com/DoctorWkt/unix-jun72.git
synced 2026-04-11 07:07:36 +00:00
In v7trap.c, the case S_BREAK body is wrong: < i=0; break; --- > i=sarg1; break; since (in V6 at least) the break system call does not return anything -- it leaves r0 untouched. If break zeros r0, then db mysteriously fails to load the symbols from binaries.