Added mb in flush handler. Resolves #2177.
Since flush call guarantees the completion of operations on target side,
a memory barrier on target side is necessary in order to ensure all store
instructions are exactly performed before that flush call finished on origin
side.
Signed-off-by:
Xin Zhao <xinzhao3@illinois.edu>
Please register or sign in to comment