Add an extra exclamation point to indicate that code is VERY IMPORTANT

This broke any waterbox core that called in to native code in the same EnterExit() right after sealing.  All nyma cores were broken, 32x was not, didn't check the rest.  Regressed in 175556529e.

It worked fine in release mode, theoretically
This commit is contained in:
nattthebear 2020-07-18 11:54:05 -04:00
parent 0925997557
commit c7e8744664
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -134,7 +134,7 @@ impl WaterboxHost {
self.elf.seal(&mut self.memory_block);
self.memory_block.seal()?;
if was_active {
if !was_active {
self.deactivate();
}
self.sealed = true;