Skip to content

Commit 95a2c9c

Browse files
authored
Merge pull request #25 from row454/default-jit_fix
Change the type of targetjitm to gcc_targetjitm
2 parents a9f9a30 + 90db268 commit 95a2c9c

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)