diff options
Diffstat (limited to 'src/binary-reader.h')
-rw-r--r-- | src/binary-reader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binary-reader.h b/src/binary-reader.h index b0151f43..405387ba 100644 --- a/src/binary-reader.h +++ b/src/binary-reader.h @@ -214,6 +214,7 @@ class BinaryReaderDelegate { virtual Result OnAtomicWaitExpr(Opcode opcode, uint32_t alignment_log2, Address offset) = 0; + virtual Result OnAtomicFenceExpr(uint32_t consistency_model) = 0; virtual Result OnAtomicNotifyExpr(Opcode opcode, uint32_t alignment_log2, Address offset) = 0; |