mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-27 09:37:38 +01:00
(run_script): Drop left-over __builtin_expect() call.
(Logical change 1.138)
This commit is contained in:
parent
d799003645
commit
47c25b753c
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ run_script (struct ia64_script *script, struct cursor *c)
|
|||
return ret;
|
||||
}
|
||||
else
|
||||
switch (__builtin_expect(opc, IA64_INSN_MOVE_STACKED))
|
||||
switch (opc)
|
||||
{
|
||||
case IA64_INSN_SET:
|
||||
loc = IA64_LOC_ADDR (val, 0);
|
||||
|
|
Loading…
Reference in a new issue