aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/msize.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/msize.c')
-rw-r--r--src/runtime/msize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/msize.c b/src/runtime/msize.c
index 84de243f6a..ff1ca72009 100644
--- a/src/runtime/msize.c
+++ b/src/runtime/msize.c
@@ -57,7 +57,8 @@ SizeToClass(int32 size)
void
InitSizes(void)
{
- int32 align, sizeclass, size, i, nextsize, n;
+ int32 align, sizeclass, size, nextsize, n;
+ uint32 i;
uintptr allocsize, npages;
// Initialize the class_to_size table (and choose class sizes in the process).
@@ -161,4 +162,3 @@ dump:
}
throw("InitSizes failed");
}
-