Function getFp [src]

Prototype

pub fn getFp(self: *const UnwindContext) !usize

Parameters

self: *const UnwindContext

Source

pub fn getFp(self: *const UnwindContext) !usize { return (try regValueNative(self.thread_context, fpRegNum(self.reg_context), self.reg_context)).*; }