Skip to content

Commit addc980

Browse files
hsharma35facebook-github-bot
authored andcommitted
Use __XTENSA__ in et_pal.cpp
Summary: `XTENSA` is no longer defined. Replacing with `__XTENSA__` instead. Reviewed By: Vysarat Differential Revision: D73198222
1 parent cb80092 commit addc980

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)