File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1192,21 +1192,21 @@ class OMR_EXTENSIBLE CodeGenerator
1192
1192
uint8_t *target,
1193
1193
uint8_t *target2,
1194
1194
TR_ExternalRelocationTargetKind kind,
1195
- char *generatingFileName,
1195
+ const char *generatingFileName,
1196
1196
uintptr_t generatingLineNumber,
1197
1197
TR::Node *node) {}
1198
1198
void addProjectSpecializedPairRelocation (uint8_t *location1,
1199
1199
uint8_t *location2,
1200
1200
uint8_t *target,
1201
1201
TR_ExternalRelocationTargetKind kind,
1202
- char *generatingFileName,
1202
+ const char *generatingFileName,
1203
1203
uintptr_t generatingLineNumber,
1204
1204
TR::Node *node) {}
1205
1205
void addProjectSpecializedRelocation (TR::Instruction *instr,
1206
1206
uint8_t *target,
1207
1207
uint8_t *target2,
1208
1208
TR_ExternalRelocationTargetKind kind,
1209
- char *generatingFileName,
1209
+ const char *generatingFileName,
1210
1210
uintptr_t generatingLineNumber,
1211
1211
TR::Node *node) {}
1212
1212
You can’t perform that action at this time.
0 commit comments