Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- memorder/memorder.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memorder/memorder.tex b/memorder/memorder.tex index f7ec84a..820e718 100644 --- a/memorder/memorder.tex +++ b/memorder/memorder.tex @@ -1254,7 +1254,7 @@ exists (1:r2=x0 /\ 1:r3=1) \end{listing} Listing~\ref{lst:memorder:Message-Passing Address-Dependency Litmus Test (No Ordering)} -(\path{C-MP+o-wmb-o+o-addr-o.litmus}), +(\path{C-MP+o-wmb-o+o-addr-o.litmus}) shows a linked variant of the message-passing pattern. The head pointer is \co{x1}, which initially references the \co{int} variable \co{y} (line~5), which is in turn @@ -1576,7 +1576,7 @@ exists (1:r2=2 /\ 0:r2=2) \end{listing} Listing~\ref{lst:memorder:Load-Buffering Control-Dependency Litmus Test} -(\path{C-LB+o-r+o-ctrl-o.litmus}), +(\path{C-LB+o-r+o-ctrl-o.litmus}) shows another load-buffering example, this time using a control dependency (line~19) to order the load on line~18 and the store on line~20. -- 2.10.0 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html