changeset 101:5b837bd92f85

fix
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 19 Feb 2019 16:06:53 +0900
parents 9974d2bc37ae
children 66688fe44eb1
files paper/chapter4.tex paper/main.pdf
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/paper/chapter4.tex	Tue Feb 19 16:02:14 2019 +0900
+++ b/paper/chapter4.tex	Tue Feb 19 16:06:53 2019 +0900
@@ -86,7 +86,7 @@
 
 ソースコード\ref{test_nqp}内のサブルーチンの行と実際のMoarVMバイトコードの対応を、 図示した物を図\ref{fig:bytecode2code}に示す。
 
-\begin{figure}[ht]
+\begin{figure}[htbp]
 \caption{NQPソースコードとMoarVMバイトコードの対応}
  \begin{center}
   \includegraphics[width=130mm]{./fig/code_to_bytecode.pdf}
@@ -100,7 +100,7 @@
 命令の右側 \verb|loc_3_int| などはオペランドであり、 今回はそれぞれレジスタを意味している。
 \verb|add_i|は図\ref{fig:add_i}に示す処理を行う。
 
-\begin{figure}[ht]
+\begin{figure}[htbp]
 \caption{add\_i命令}
  \begin{center}
   \includegraphics[width=80mm]{./fig/add_i.pdf}
Binary file paper/main.pdf has changed