diff options
Diffstat (limited to 'mps/code/poolmvff.c')
| -rw-r--r-- | mps/code/poolmvff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mps/code/poolmvff.c b/mps/code/poolmvff.c index 4d3044aae86..02823df0e04 100644 --- a/mps/code/poolmvff.c +++ b/mps/code/poolmvff.c | |||
| @@ -409,7 +409,7 @@ static void MVFFBufferEmpty(Pool pool, Buffer buffer, | |||
| 409 | 409 | ||
| 410 | /* MVFFVarargs -- decode obsolete varargs */ | 410 | /* MVFFVarargs -- decode obsolete varargs */ |
| 411 | 411 | ||
| 412 | static void MVFFVarargs(ArgStruct args[], va_list varargs) | 412 | static void MVFFVarargs(ArgStruct args[MPS_ARGS_MAX], va_list varargs) |
| 413 | { | 413 | { |
| 414 | args[0].key = MPS_KEY_EXTEND_BY; | 414 | args[0].key = MPS_KEY_EXTEND_BY; |
| 415 | args[0].val.size = va_arg(varargs, Size); | 415 | args[0].val.size = va_arg(varargs, Size); |
| @@ -427,7 +427,7 @@ static void MVFFVarargs(ArgStruct args[], va_list varargs) | |||
| 427 | AVER(ArgListCheck(args)); | 427 | AVER(ArgListCheck(args)); |
| 428 | } | 428 | } |
| 429 | 429 | ||
| 430 | static void MVFFDebugVarargs(ArgStruct args[], va_list varargs) | 430 | static void MVFFDebugVarargs(ArgStruct args[MPS_ARGS_MAX], va_list varargs) |
| 431 | { | 431 | { |
| 432 | args[0].key = MPS_KEY_POOL_DEBUG_OPTIONS; | 432 | args[0].key = MPS_KEY_POOL_DEBUG_OPTIONS; |
| 433 | args[0].val.pool_debug_options = va_arg(varargs, mps_pool_debug_option_s *); | 433 | args[0].val.pool_debug_options = va_arg(varargs, mps_pool_debug_option_s *); |