Skip to content

Commit

Permalink
[IA64] add __builtin_trap definition for icc build
Browse files Browse the repository at this point in the history
Map __builtin_trap function to break 0 instruction.

Signed-off-by: HJ Lu <hongjiu.lu@intel.com>
Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Chen, Kenneth W authored and Tony Luck committed Feb 7, 2006
1 parent c583f66 commit 9df79de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-ia64/intel_intrin.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,6 @@ do { \
} \
} while (0)

#define __builtin_trap() __break(0);

#endif /* _ASM_IA64_INTEL_INTRIN_H */

0 comments on commit 9df79de

Please sign in to comment.