Skip to content

Commit

Permalink
Merge pull request #25 from row454/default-jit_fix
Browse files Browse the repository at this point in the history
Change the type of targetjitm to gcc_targetjitm
  • Loading branch information
antoyo authored Jul 31, 2023
2 parents a9f9a30 + 90db268 commit 95a2c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/config/default-jit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ along with GCC; see the file COPYING3. If not see
/* Do not include tm.h or tm_p.h here; definitions needed by the target
architecture to initialize targetjitm should instead be added to tm_jit.h. */

struct gcc_targetdm targetjitm = TARGETJITM_INITIALIZER;
struct gcc_targetjitm targetjitm = TARGETJITM_INITIALIZER;

0 comments on commit 95a2c9c

Please sign in to comment.