Skip to content

Commit 90db268

Browse files
committed
Change the type of targetjitm to gcc_targetjitm
1 parent a9f9a30 commit 90db268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/config/default-jit.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ along with GCC; see the file COPYING3. If not see
2525
/* Do not include tm.h or tm_p.h here; definitions needed by the target
2626
architecture to initialize targetjitm should instead be added to tm_jit.h. */
2727

28-
struct gcc_targetdm targetjitm = TARGETJITM_INITIALIZER;
28+
struct gcc_targetjitm targetjitm = TARGETJITM_INITIALIZER;

0 commit comments

Comments
 (0)