Skip to content

Commit 90f8acd

Browse files
committed
made code sections have 64 bit offsets
1 parent 1abb706 commit 90f8acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BinaryEncoding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Yes:
9090
- The generic section header
9191
- A table (sorted by offset) containing, for each function:
9292
+ Signature
93-
+ 32-bit offset within the section
93+
+ 64-bit offset within the section
9494
- A sequence of functions
9595
- A function contains:
9696
+ A table containing, for each type ID that has [locals](AstSemantics.md#addressing-local-variables):

0 commit comments

Comments
 (0)