Add load and store instructions.
Define a MemFlags class, currently holding a notrap and aligned flag.
This commit is contained in:
@@ -271,7 +271,9 @@ impl<'a> Verifier<'a> {
|
||||
&IntCompareImm { .. } |
|
||||
&FloatCompare { .. } |
|
||||
&HeapLoad { .. } |
|
||||
&HeapStore { .. } => {}
|
||||
&HeapStore { .. } |
|
||||
&Load { .. } |
|
||||
&Store { .. } => {}
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user