summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index bbe6cc89a..a384d2cd5 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -407,8 +407,8 @@ enum EncodedType {
#else
#endif
#if STANDARD_GC_ENCODINGS
- nullable = -0x1c, // 0x64
- nonnullable = -0x1d, // 0x63
+ nonnullable = -0x1c, // 0x64
+ nullable = -0x1d, // 0x63
#else
nullable = -0x14, // 0x6c
nonnullable = -0x15, // 0x6b