diff options
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/trace.c b/mps/code/trace.c index 14f8cc72c7c..cdf04b4a88e 100644 --- a/mps/code/trace.c +++ b/mps/code/trace.c | |||
| @@ -846,7 +846,7 @@ static void traceFlip(Trace trace) | |||
| 846 | static void traceCopySizes(Trace trace) | 846 | static void traceCopySizes(Trace trace) |
| 847 | { | 847 | { |
| 848 | Ring node, nextNode; | 848 | Ring node, nextNode; |
| 849 | int i; | 849 | Index i; |
| 850 | Arena arena = trace->arena; | 850 | Arena arena = trace->arena; |
| 851 | 851 | ||
| 852 | RING_FOR(node, &arena->chainRing, nextNode) { | 852 | RING_FOR(node, &arena->chainRing, nextNode) { |