Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhsnn committed Feb 17, 2025
1 parent 89a7c25 commit c6f82b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/linux-generic-glibc-intree.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ void platform_init(void) {
define_macro("__linux__", "1");
define_macro("__gnu_linux__", "1");
init_ty(ty_ulong, ty_long, ty_long);
set_pic("1", true);
// set_pic("1", true);
}

static char *find_file(char *pattern) {
Expand Down

0 comments on commit c6f82b8

Please sign in to comment.