Skip to content
Snippets Groups Projects
Commit 7196edfa authored by Julien Signoles's avatar Julien Signoles
Browse files

[userman] little-endian

parent 06527efa
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,7 @@ A violation of such an annotation $a$ is undetected. There is no workaround yet. ...@@ -130,7 +130,7 @@ A violation of such an annotation $a$ is undetected. There is no workaround yet.
Also, the option \optionuse{-}{e-acsl-check} does not verify the annotations of Also, the option \optionuse{-}{e-acsl-check} does not verify the annotations of
undefined functions. There is also no workaround yet. undefined functions. There is also no workaround yet.
\section{Recursive Function} \section{Recursive Functions}
\index{Function!Recursive} \index{Function!Recursive}
Programs containing recursive functions have the same limitations as the ones Programs containing recursive functions have the same limitations as the ones
...@@ -185,3 +185,5 @@ correctly. ...@@ -185,3 +185,5 @@ correctly.
recent and presently has very limited support for 32-bit architectures. When recent and presently has very limited support for 32-bit architectures. When
using a 32-bit machine we recommend using the bittree-based memory model using a 32-bit machine we recommend using the bittree-based memory model
instead. instead.
This library also assumes a little-endian architecture.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment