Skip to content

Commit 2d05c52

Browse files
committed
elf2rel: Change module ID from 30 to 33 to avoid collision
1 parent a84652c commit 2d05c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ttyd-tools/elf2rel/elf2rel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ int main(int argc, char **argv)
253253
std::copy(sectionInfoBuffer.begin(), sectionInfoBuffer.end(), outputBuffer.begin() + sectionInfoOffset);
254254

255255
// #todo-elf2rel: Make this accessible via program options, configured for TTYD right now
256-
int moduleID = 30;
256+
int moduleID = 33;
257257

258258
// Find all relocations
259259
struct Relocation

0 commit comments

Comments
 (0)