mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
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:
parent
683da72d40
commit
01e6c098bd
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user