Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- memorder/memorder.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memorder/memorder.tex b/memorder/memorder.tex index cc1497b..11fa280 100644 --- a/memorder/memorder.tex +++ b/memorder/memorder.tex @@ -4240,7 +4240,7 @@ On the other hand, the combination of the conditional branch on line~2 and the \co{ISB} instruction on line~6 ensures that the load on line~7 happens after the load on line~1. Note that inserting an additional \co{ISB} instruction somewhere between -lines~3 and 4 would enforce ordering between lines~1 and 5. +lines~3 and~4 would enforce ordering between lines~1 and~5. \subsection{ARMv8} -- 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