We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d456ed8 commit d1bcd3dCopy full SHA for d1bcd3d
proposals/memory64/Overview.md
@@ -282,8 +282,8 @@ have to support 32-bit memory addresses in their ABI.
282
| 0x03 n:u32 m:u32 ⇒ i32, {min n, max m}, 1 ;; from threads proposal
283
| 0x04 n:u64 ⇒ i64, {min n, max ϵ}, 0
284
| 0x05 n:u64 m:u64 ⇒ i64, {min n, max m}, 0
285
- | 0x06 n:u32 ⇒ i64, {min n, max ϵ}, 1 ;; from threads proposal
286
- | 0x07 n:u32 m:u32 ⇒ i64, {min n, max m}, 1 ;; from threads proposal
+ | 0x06 n:u64 ⇒ i64, {min n, max ϵ}, 1 ;; from threads proposal
+ | 0x07 n:u64 m:u64 ⇒ i64, {min n, max m}, 1 ;; from threads proposal
287
```
288
289
* The [memory type][binary memtype] structure is extended to use this limits
0 commit comments