diff doc/manual/callconvs/callconv_x64.tex @ 76:7ca46969e0ad

- tweaks in manual, mainly for html generation
author cslag
date Mon, 21 Mar 2016 01:15:37 +0100
parents 3e629dc19168
children e441ef3ec782
line wrap: on
line diff
--- a/doc/manual/callconvs/callconv_x64.tex	Sun Mar 20 18:44:41 2016 +0100
+++ b/doc/manual/callconvs/callconv_x64.tex	Mon Mar 21 01:15:37 2016 +0100
@@ -56,7 +56,7 @@
 \paragraph{Registers and register usage}
 
 \begin{table}[h]
-\begin{tabular}{3 B}
+\begin{tabular*}{0.75\textwidth}{3 B}
 \hline
 Name                & Brief description\\
 \hline
@@ -76,7 +76,7 @@
 {\bf xmm4-xmm5}     & scratch, permanent if required by caller\\
 {\bf xmm6-xmm15}    & permanent\\
 \hline
-\end{tabular}
+\end{tabular*}
 \caption{Register usage on x64 MS Windows platform}
 \end{table}
 
@@ -154,7 +154,7 @@
 \paragraph{Registers and register usage}
 
 \begin{table}[h]
-\begin{tabular}{3 B}
+\begin{tabular*}{0.75\textwidth}{3 B}
 \hline
 Name                & Brief description\\
 \hline
@@ -175,7 +175,7 @@
 {\bf st0-st1}       & scratch, 16 byte floating point return value\\
 {\bf st2-st7}       & scratch\\
 \hline
-\end{tabular}
+\end{tabular*}
 \caption{Register usage on x64 System V (Linux/*BSD)}
 \end{table}