Add adjust_sp_imm instruction. Note: This enables using rsp and rbp as normal registers. Which is... wrong.
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
32509ebacd
commit
ffab87318e
@@ -359,6 +359,7 @@ impl<'a> Verifier<'a> {
|
||||
Store { .. } |
|
||||
RegMove { .. } |
|
||||
CopySpecial { .. } |
|
||||
AdjustSpImm { .. } |
|
||||
Trap { .. } |
|
||||
CondTrap { .. } |
|
||||
NullAry { .. } => {}
|
||||
|
||||
Reference in New Issue
Block a user