mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Rename IA64_INSN_MOVE_SIGCONTEXT to IA64_INSN_MOVE_SCRATCH.
(Logical change 1.5)
This commit is contained in:
parent
60cbd737ab
commit
143ace01a8
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ enum ia64_script_insn_opcode
|
|||
IA64_INSN_ADD_SP, /* s[dst] = (s.sp + val) */
|
||||
IA64_INSN_MOVE, /* s[dst] = s[val] */
|
||||
IA64_INSN_MOVE_STACKED, /* s[dst] = ia64_rse_skip(*s.bsp_loc, val) */
|
||||
IA64_INSN_MOVE_SIGCONTEXT, /* s[dst] = sigcontext + val */
|
||||
IA64_INSN_MOVE_SCRATCH, /* s[dst] = scratch reg "val" */
|
||||
IA64_INSN_SETNAT_MEMSTK, /* s[dst].nat.type = s.pri_unat_loc | MEMSTK */
|
||||
IA64_INSN_LOAD /* s[dst] = *s[val] */
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue