diff options
Diffstat (limited to 'src/wasm-validator.h')
-rw-r--r-- | src/wasm-validator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-validator.h b/src/wasm-validator.h index 04c42e4f2..9420179cf 100644 --- a/src/wasm-validator.h +++ b/src/wasm-validator.h @@ -768,7 +768,7 @@ public: // We accept concrete => undefined, // e.g. // - // (drop (block i32 (unreachable))) + // (drop (block (result i32) (unreachable))) // // The block has an added type, not derived from the ast itself, so it is // ok for it to be either i32 or unreachable. |