* [patch 3/5] add __builtin_trap definition for icc build
@ 2006-01-27 1:12 Chen, Kenneth W
0 siblings, 0 replies; only message in thread
From: Chen, Kenneth W @ 2006-01-27 1:12 UTC (permalink / raw)
To: linux-ia64
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>
--- ./include/asm-ia64/intel_intrin.h.orig 2006-01-26 16:46:38.263377294 -0800
+++ ./include/asm-ia64/intel_intrin.h 2006-01-26 16:57:54.058290891 -0800
@@ -152,4 +152,6 @@ do { \
} \
} while (0)
+#define __builtin_trap() __break(0);
+
#endif /* _ASM_IA64_INTEL_INTRIN_H */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-01-27 1:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-27 1:12 [patch 3/5] add __builtin_trap definition for icc build Chen, Kenneth W
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox