Plan 9 from Bell Labs 1999-07-17
2 files changed, 4 insertions(+), 2 deletions(-) M pc/trap.c M port/sysfile.c
M pc/trap.c => pc/trap.c +1 -1
@@ 335,7 335,7 @@ dumpstack(void) p = (uchar*)v; if(*(p-5) == 0xE8 || (*(p-2) == 0xFF && *(p-1) == 0xD0)){ print("%lux ", p-5); print("%p ", p-5); i++; } }
M port/sysfile.c => port/sysfile.c +3 -1