mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-15 12:48:12 +01:00
(a): Don't use inline-asm for Intel-compiler.
(Logical change 1.130)
This commit is contained in:
parent
74ed7ea40d
commit
06e572340e
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ a (void)
|
|||
{
|
||||
long stack;
|
||||
|
||||
#ifdef __GNUC__
|
||||
#if defined(__GNUC__) && !defined(__INTEL_COMPILER)
|
||||
void *label;
|
||||
|
||||
if (verbose)
|
||||
|
|
Loading…
Reference in a new issue