mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
style: same as prev commit
This commit is contained in:
parent
2a040b565b
commit
e02a232f2c
@ -841,11 +841,11 @@ impl NockStack {
|
||||
* The below functions are useful for debugging NockStack issues. */
|
||||
|
||||
/**
|
||||
* Walk down the NockStack, printing frames. Absolutely no safety checks are peformed, as the
|
||||
* purpose is to discover garbage data; just print pointers until the bottom of the NockStack
|
||||
* (i.e. a null frame pointer) is encountered. Possible to crash, if a frame pointer gets
|
||||
* written over.
|
||||
*/
|
||||
* Walk down the NockStack, printing frames. Absolutely no safety checks are peformed, as the
|
||||
* purpose is to discover garbage data; just print pointers until the bottom of the NockStack
|
||||
* (i.e. a null frame pointer) is encountered. Possible to crash, if a frame pointer gets
|
||||
* written over.
|
||||
*/
|
||||
pub fn print_frames(&mut self) {
|
||||
let mut fp = self.frame_pointer;
|
||||
let mut sp = self.stack_pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user