Fixing some showstoppers
- inertness now tracked separately from gas - atomic_impl now correctly rolls over when the argument is inert - syntax fixes - tree shaking
This commit is contained in:
@@ -24,4 +24,5 @@ impl Context<'_> {
|
||||
pub struct Return {
|
||||
pub state: ExprInst,
|
||||
pub gas: Option<usize>,
|
||||
pub inert: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user