mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
Merge pull request #128 from urbit/as/arvo
serf: fix bug that would abandon arvo state
This commit is contained in:
commit
2b919b67ea
@ -270,6 +270,7 @@ pub fn serf() -> io::Result<()> {
|
||||
// XX: Such data should go in the PMA once that's available
|
||||
unsafe {
|
||||
let stack = &mut context.nock_context.stack;
|
||||
stack.preserve(&mut context.arvo);
|
||||
stack.preserve(&mut context.nock_context.cold);
|
||||
stack.preserve(&mut context.nock_context.warm);
|
||||
stack.frame_pop();
|
||||
|
Loading…
Reference in New Issue
Block a user