Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed May 30, 2024
1 parent 023ad9d commit fc5d217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions InternalDocs/exception_handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,14 @@ of the following steps:
Format of the exception table
-----------------------------

```
Conceptually, the exception table consists of a sequence of 5-tuples:
1. `start-offset` (inclusive)
2. `end-offset` (exclusive)
3. `target`
4. `stack-depth`
5. `push-lasti` (boolean)
```

All offsets and lengths are in code units, not bytes.

Expand Down

0 comments on commit fc5d217

Please sign in to comment.