1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-04-11 07:07:36 +00:00
Files
DoctorWkt.unix-jun72/tools
warren.toomey 133fc4d8a8 From Russ Cox:
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.
2008-05-19 13:46:53 +00:00
..
2008-05-19 13:46:53 +00:00
2008-05-07 00:03:43 +00:00