Python extra RAM was not disabled correctly.

This commit is contained in:
mibi88 2022-12-17 22:05:48 +01:00
parent 53b2e6bfed
commit 16bd85a754
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ int main(int argc, char **argv)
if(!gc_area)
pe_debug_panic("No heap!");
gc_init(gc_area, gc_area + 32768);
#ifdef PE_DEBUG
#if PE_DEBUG
/* Add some Python ram */
void *py_ram_start = (void*)0x88053800;
void *py_ram_end = (void*)0x8807f000;