diff options
Diffstat (limited to 'mps/code/poolabs.c')
| -rw-r--r-- | mps/code/poolabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/poolabs.c b/mps/code/poolabs.c index 324975cb7c0..80b7f5323be 100644 --- a/mps/code/poolabs.c +++ b/mps/code/poolabs.c | |||
| @@ -621,7 +621,7 @@ Res PoolTrivFramePop(Pool pool, Buffer buf, AllocFrame frame) | |||
| 621 | 621 | ||
| 622 | 622 | ||
| 623 | void PoolNoWalk(Pool pool, Seg seg, | 623 | void PoolNoWalk(Pool pool, Seg seg, |
| 624 | FormattedObjectsStepMethod f, void *p, Size s) | 624 | FormattedObjectsStepMethod f, void *p, size_t s) |
| 625 | { | 625 | { |
| 626 | AVERT(Pool, pool); | 626 | AVERT(Pool, pool); |
| 627 | AVERT(Seg, seg); | 627 | AVERT(Seg, seg); |