mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 16:47:38 +01:00
ppc32: remove unused dmy_vrregset
This commit is contained in:
parent
9d42e1c381
commit
4ddca1acf1
1 changed files with 0 additions and 1 deletions
|
@ -44,7 +44,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/* These are dummy structures used only for obtaining the offsets of the
|
/* These are dummy structures used only for obtaining the offsets of the
|
||||||
various structure members. */
|
various structure members. */
|
||||||
static ucontext_t dmy_ctxt;
|
static ucontext_t dmy_ctxt;
|
||||||
static vrregset_t dmy_vrregset;
|
|
||||||
|
|
||||||
#define UC_MCONTEXT_GREGS_R0 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[0] - (void *)&dmy_ctxt)
|
#define UC_MCONTEXT_GREGS_R0 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[0] - (void *)&dmy_ctxt)
|
||||||
#define UC_MCONTEXT_GREGS_R1 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[1] - (void *)&dmy_ctxt)
|
#define UC_MCONTEXT_GREGS_R1 ((void *)&dmy_ctxt.uc_mcontext.uc_regs->gregs[1] - (void *)&dmy_ctxt)
|
||||||
|
|
Loading…
Reference in a new issue