X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=doc%2Fnestedvm.ivme04.tex;h=5511fcd4ca941c8853dcc49525ba0e15c1066107;hp=87be5a30f146cc5636eb1227c9fc4fc8e7bff7a5;hb=9cf72f593ddd22555811ee8d3e191386a1caea71;hpb=e8cd1c6c6f65ee7d573de0cc927944f2c79265f5 diff --git a/doc/nestedvm.ivme04.tex b/doc/nestedvm.ivme04.tex index 87be5a3..5511fcd 100644 --- a/doc/nestedvm.ivme04.tex +++ b/doc/nestedvm.ivme04.tex @@ -409,7 +409,11 @@ switch(pc&0xffffff00) { \begin{figure} {\footnotesize\begin{verbatim} -Brian, we're missing the code here... can you put it in? +switch(pc>>>8) { + case 0x1: run_100(); + case 0x2: run_200(); + case 0x3: run_300(); +} \end{verbatim}} \caption{\label{tableswitch} Code which {\it is} optimized into a tableswitch} \end{figure}