Get this frame's frame pointer.
(&self)
| 75 | |
| 76 | /// Get this frame's frame pointer. |
| 77 | pub fn fp(&self) -> usize { |
| 78 | self.fp |
| 79 | } |
| 80 | |
| 81 | /// Read out a machine-word-sized value at the given offset from |
| 82 | /// FP in this frame. |
no outgoing calls
no test coverage detected