Commit 9df79dec authored by Chen, Kenneth W's avatar Chen, Kenneth W Committed by Tony Luck

[IA64] add __builtin_trap definition for icc build

Map __builtin_trap function to break 0 instruction.
Signed-off-by: default avatarHJ Lu <hongjiu.lu@intel.com>
Signed-off-by: default avatarKen Chen <kenneth.w.chen@intel.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent c583f66d
......@@ -152,4 +152,6 @@ do { \
} \
} while (0)
#define __builtin_trap() __break(0);
#endif /* _ASM_IA64_INTEL_INTRIN_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment