diff options
| author | spv420 <spv@spv.sh> | 2022-07-30 23:32:19 -0400 |
|---|---|---|
| committer | spv420 <spv@spv.sh> | 2022-07-30 23:32:19 -0400 |
| commit | 630aecdb5082b7aabf38c4d5594fb236bebcceff (patch) | |
| tree | dd65f68e2d342a53bd4cfa59d0a8fcd149376be2 /src/gen/stage2.c | |
| parent | e35a04268fb48fac634ca123a58584a26b513831 (diff) | |
hell
Diffstat (limited to 'src/gen/stage2.c')
| -rw-r--r-- | src/gen/stage2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gen/stage2.c b/src/gen/stage2.c index 64aeec8..63dccc1 100644 --- a/src/gen/stage2.c +++ b/src/gen/stage2.c @@ -219,7 +219,7 @@ } while (0) #define PRINT_STILL_HERE() do { \ - CALL_1ARG(base + printf_addr, 0x109000); \ +/* CALL_1ARG(base + printf_addr, 0x109000);*/ \ } while (0) uintptr_t get_dyld_shc_slide(void) { |
