Add x86_push and x86_pop instructions.
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
04f6ccabe5
commit
8ed37e352e
@@ -359,7 +359,8 @@ impl<'a> Verifier<'a> {
|
||||
Store { .. } |
|
||||
RegMove { .. } |
|
||||
Trap { .. } |
|
||||
CondTrap { .. } => {}
|
||||
CondTrap { .. } |
|
||||
NullAry { .. } => {}
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user