1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-30 21:21:45 +02:00

(run_script): Drop left-over __builtin_expect() call.

(Logical change 1.138)
This commit is contained in:
mostang.com!davidm 2003-12-05 06:42:28 +00:00
parent d799003645
commit 47c25b753c

View file

@ -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);