Skip to content

Commit

Permalink
Fix a sentence that stopped in the middle.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchisnall committed Jan 12, 2025
1 parent 6508983 commit dab4d11
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion text/language_extensions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,14 @@

\codelisting[filename=examples/compartment_annotation/entry.cc,marker=compartment_call,label=lst:passsimplecallback,caption="A function that can be invoked as a cross-compartment callback."]{}

When you run this example
When you run this example, you should see:

\begin{console}
Counter value: 2
Counter value: 3
\end{console}

The callback is invoked in the compartment that implements it and has access to the copy of the counter (passed by value) that the caller provides, but it cannot modify the counter.

\section{Exposing library entry points}

Expand Down

0 comments on commit dab4d11

Please sign in to comment.