We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f9a30 commit 90db268Copy full SHA for 90db268
gcc/config/default-jit.cc
@@ -25,4 +25,4 @@ along with GCC; see the file COPYING3. If not see
25
/* Do not include tm.h or tm_p.h here; definitions needed by the target
26
architecture to initialize targetjitm should instead be added to tm_jit.h. */
27
28
-struct gcc_targetdm targetjitm = TARGETJITM_INITIALIZER;
+struct gcc_targetjitm targetjitm = TARGETJITM_INITIALIZER;
0 commit comments