mirror of
https://github.com/urbit/ares.git
synced 2024-11-26 09:57:56 +03:00
east/west typo
This commit is contained in:
parent
b7fac596c3
commit
999e1e29d7
@ -157,8 +157,8 @@ impl NockStack {
|
||||
}
|
||||
|
||||
unsafe fn restore_prev_stack_pointer_from_local_west(&mut self, local: usize) {
|
||||
*(self.previous_stack_pointer_pointer_east()) =
|
||||
*(self.slot_pointer_east(local + 2) as *mut *mut u64);
|
||||
*(self.previous_stack_pointer_pointer_west()) =
|
||||
*(self.slot_pointer_west(local + 2) as *mut *mut u64);
|
||||
}
|
||||
|
||||
unsafe fn restore_prev_stack_pointer_from_local(&mut self, local: usize) {
|
||||
|
Loading…
Reference in New Issue
Block a user