Skip to content

Commit

Permalink
Bugzilla Bug 84822 Boehm does not compile on Solaris 8 due to error i…
Browse files Browse the repository at this point in the history
…n os_dep.c

patch by [email protected] r=beard sr=waterson a=dbaron
  • Loading branch information
timeless%mac.com committed Jun 15, 2001
1 parent 683da72 commit 01e6c09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gc/boehm/os_dep.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 01e6c09

Please sign in to comment.