Skip to content

Commit e42d013

Browse files
authored
Use __XTENSA__ in et_pal.cpp
Differential Revision: D73198222 Pull Request resolved: #10270
1 parent 673d574 commit e42d013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/cadence/runtime/et_pal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
#if defined(XTENSA)
9+
#if defined(__XTENSA__)
1010

1111
#include <stdio.h>
1212
#include <sys/times.h>

0 commit comments

Comments
 (0)