Mercurial > hg > Papers > 2018 > mitsuki-sigos
changeset 53:eee1e8276f0e
fix
author | mir3636 |
---|---|
date | Fri, 13 Apr 2018 18:52:55 +0900 |
parents | 4d5bd76a70df |
children | e7296ae87f96 |
files | Paper/sigos.pdf Paper/sigos.tex |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Paper/sigos.tex Fri Apr 13 18:24:38 2018 +0900 +++ b/Paper/sigos.tex Fri Apr 13 18:52:55 2018 +0900 @@ -281,10 +281,9 @@ \label{fig:gearsos} \end{figure} -Code\ref{context} は Context の定義で Code\ref{initcontext} は Context の生成である。 +Code\ref{context} は Context の定義を示している。 \lstinputlisting[caption=Contextの定義, label=context]{./src/context1.c} -\lstinputlisting[label=initcontext, caption=Contextの生成]{./src/initcontext.c} Data Gear は union と struct によって表現される。 Context には Data Gear の Data Type の情報が格納されている。