aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/machine.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/machine.tex b/src/machine.tex
index ca3b543..be3413e 100644
--- a/src/machine.tex
+++ b/src/machine.tex
@@ -1679,8 +1679,9 @@ to the intermediate value of the comparand:
sw a0, mtimecmp # New value.
\end{verbatim}
\end{center}
-\caption{Sample code for setting the 64-bit time comparand in RV32
- assuming the registers live in a strongly ordered I/O region.}
+\caption{Sample code for setting the 64-bit time comparand in RV32, assuming
+ a little-endian memory system and that the registers live in a strongly
+ ordered I/O region.}
\label{mtimecmph}
\end{figure}