summaryrefslogtreecommitdiff
path: root/thesis/two-bits.tex
diff options
context:
space:
mode:
Diffstat (limited to 'thesis/two-bits.tex')
-rw-r--r--thesis/two-bits.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/thesis/two-bits.tex b/thesis/two-bits.tex
index 4b08d89..fcd4046 100644
--- a/thesis/two-bits.tex
+++ b/thesis/two-bits.tex
@@ -13,7 +13,7 @@ Instructions are halfword-aligned, so bit 1 is part of the address.
Additionally, bit 0 is used to facilitate ARM and Thumb interworking.
When the PC is written to with a value where the LSB is cleared,
the processor jumps and switches to ARM mode.
-When the LSB is set, it switches to Thumb mode~\citep[A2.3.2]{armv7ar}.
+When the LSB is set, it switches to Thumb mode~\parencite[A2.3.2]{armv7ar}.
\subsection{Usage in Clean}
\label{sec:two-bits:clean}