summaryrefslogtreecommitdiff
path: root/content.tex
diff options
context:
space:
mode:
authorhornet <hornet@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-02-26 16:10:42 +0000
committerhornet <hornet@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652>2014-02-26 16:10:42 +0000
commit768063fe80502c65f830831df19573d8fb142dae (patch)
treeaedf11c25484a16a80697a09932ea95a6f623583 /content.tex
parent3745a61c4fd3e13099d1fd0668063d347d4cc0db (diff)
mmio: Fix double register macro
Minor fix: commit 238 wrapped register names in \field{}s and modified one of the register table macros, but missed the other one. Signed-off-by: Pawel Moll <pawel.moll@arm.com> git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@284 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'content.tex')
-rw-r--r--content.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/content.tex b/content.tex
index 240bafa..1e2480b 100644
--- a/content.tex
+++ b/content.tex
@@ -1702,7 +1702,7 @@ All register values are organized as Little Endian.
}
\newcommand{\mmiodreg}[7]{% NameHigh NameLow Function OffsetHigh OffsetLow Direction Description
- {\bf#1} \newline #4 \newline {\bf#2} \newline #5 \newline #6 & {\bf#3} \newline #7 \\
+ {\field{#1}} \newline #4 \newline {\field{#2}} \newline #5 \newline #6 & {\bf#3} \newline #7 \\
}
\begin{longtable}{p{0.2\textwidth}p{0.7\textwidth}}