Skip to content

Commit

Permalink
[crt] Fix typo in doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Mar 16, 2013
1 parent 55a6036 commit 91deebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/dfmc/c-run-time/hacking.txt
Expand Up @@ -91,7 +91,7 @@ The runtime exposes the following pseudo-primitives for NLX:
Used to exit to a given BEF.
This will unwind UWPs until the UWP surrounding the given BEF is reached.
Once the BEFs UWP is reached, it will jump to the BEF exit point.
The argument protocol is kinda strage: first arg is passed, others are taken from teb->return_values.
The argument protocol is kinda strange: first arg is passed, others are taken from teb->return_values.

- UWP interface
- MAKE_UNWIND_PROTECT()
Expand Down

0 comments on commit 91deebe

Please sign in to comment.