1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-07-04 22:35:36 +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; return ret;
} }
else else
switch (__builtin_expect(opc, IA64_INSN_MOVE_STACKED)) switch (opc)
{ {
case IA64_INSN_SET: case IA64_INSN_SET:
loc = IA64_LOC_ADDR (val, 0); loc = IA64_LOC_ADDR (val, 0);