Skip to content

Commit fc70676

Browse files
SirJosh3917SirJosh3917
SirJosh3917
authored and
SirJosh3917
committed
Make pointer example 32 bits to better show reality
1 parent b8df262 commit fc70676

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

design/witx-type-representation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ at that location will be an unknown contiguous amount of `T`s.
114114
```
115115
Pointer<u8>
116116
117-
+------+------+------+------+------+------+------+------+
118-
| 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 | 0x00 |
119-
+------+------+------+------+------+------+------+------+
117+
+------+------+------+------+
118+
| 0x00 | 0x00 | 0x00 | 0x00 |
119+
+------+------+------+------+
120120
^ a number, that represents another position in RAM that leads to the data.
121121
```

0 commit comments

Comments
 (0)