Skip to content

Commit b67b70d

Browse files
committed
Add comment
1 parent 06138c0 commit b67b70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/binary/mod.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Tuple!(SectionCode, uint) decodeSectionHeader(ref const(ubyte)[] input)
101101
///
102102
const(Memory) decodeMemorySection(ref const(ubyte)[] input)
103103
{
104-
input.leb128!uint();
104+
input.leb128!uint(); // size
105105
const limits = input.decodeLimits();
106106
return Memory(limits: limits);
107107
}

0 commit comments

Comments
 (0)