diff options
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 260bacecf..13925f5e1 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -346,8 +346,8 @@ enum SegmentFlag { // Bit 1 if active: 0 = index 0, 1 = index given HasIndex = 1 << 1, // Table element segments only: - // Bit 2: 0 = elemType is funcref and vector of func indexes given - // 1 = elemType is given and vector of ref expressions is given + // Bit 2: 0 = elemType is funcref and a vector of func indexes given + // 1 = elemType is given and a vector of ref expressions is given UsesExpressions = 1 << 2 }; |