1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-27 17:09:29 +02:00

(a): Don't use inline-asm for Intel-compiler.

(Logical change 1.130)
This commit is contained in:
hp.com!davidm 2003-11-27 06:52:54 +00:00
parent 74ed7ea40d
commit 06e572340e

View file

@ -94,7 +94,7 @@ a (void)
{ {
long stack; long stack;
#ifdef __GNUC__ #if defined(__GNUC__) && !defined(__INTEL_COMPILER)
void *label; void *label;
if (verbose) if (verbose)