diff options
| author | spv420 <spv@spv.sh> | 2022-07-15 12:09:22 -0400 |
|---|---|---|
| committer | spv420 <spv@spv.sh> | 2022-07-15 12:09:22 -0400 |
| commit | d1da310f02adc0e9b5f8656ea063fd3231901611 (patch) | |
| tree | 18c5f5ae07c39805018aad81a974288924dbb196 /src/gen | |
| parent | 3df21d6c8d6c978cedaac23dbbf4c106dee9120f (diff) | |
code
Diffstat (limited to 'src/gen')
| -rw-r--r-- | src/gen/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gen/main.c b/src/gen/main.c index 0acc02b..4ee9e61 100644 --- a/src/gen/main.c +++ b/src/gen/main.c @@ -206,8 +206,8 @@ int main(int argc, fprintf(stderr, "0x%x\n", RTLD_DEFAULT); -// uint32_t stack_base = 0x1c7718; // my shell setup - uint32_t stack_base = 0x1c7708; // my shell setup + uint32_t stack_base = 0x1c7718; // my shell setup +// uint32_t stack_base = 0x1c7708; // my shell setup // uint32_t stack_base = 0x1c7728; // my shell setup // uint32_t stack_base = 0x1c77a8 ; // my 4s shell setup // uint32_t stack_base = 0x1c2e48; // my lldb |
