From 768063fe80502c65f830831df19573d8fb142dae Mon Sep 17 00:00:00 2001 From: hornet Date: Wed, 26 Feb 2014 16:10:42 +0000 Subject: 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 git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@284 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- content.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content.tex') 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}} -- cgit v1.2.3