Bugzilla Bug 84822 Boehm does not compile on Solaris 8 due to error in os_dep.c

patch by maarten@belgonet.be r=beard sr=waterson a=dbaron
This commit is contained in:
timeless%mac.com 2001-06-15 19:29:38 +00:00
parent 683da72d40
commit 01e6c098bd

View File

@ -2271,9 +2271,11 @@ struct callinfo info[NFRAMES];
register int i;
info[nframes].ci_pc = fp->fr_savpc;
# if NARGS > 0
for (i = 0; i < NARGS; i++) {
info[nframes].ci_arg[i] = ~(fp->fr_arg[i]);
}
# endif
}
if (nframes < NFRAMES) info[nframes].ci_pc = 0;
}