Use INTERNALS_SIZE

This commit is contained in:
losfair
2019-05-17 01:33:33 +08:00
parent 8e0d71b2bc
commit 6aec1c4b5f
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ impl LocalBacking {
dynamic_sigindices,
local_functions,
internals: Internals([0; 256]),
internals: Internals([0; INTERNALS_SIZE]),
}
}