Skip to content

Commit

Permalink
Expand on known issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
HernanGatta committed Oct 22, 2019
1 parent 4cc21f2 commit 9539852
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/GettingStartedDocs/OP-TEE/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ OS:
5. Out Calls (OCALLs)
6. Terminating Enclaves

**Note:** C++ exceptions are not yet fully supported.
### Known Issues

#### C++ exceptions are not fully supported

Even though it is possible to write enclaves that use C++ exceptions and run
them on OP-TEE OS, the stack unwinder may fail to find an exception handler on
`throw`.

## Note on Forks

Expand Down

0 comments on commit 9539852

Please sign in to comment.