mirror of
https://github.com/goplus/llgo.git
synced 2026-04-22 15:57:31 +08:00
revert some changes
This commit is contained in:
@@ -449,8 +449,7 @@ func startMark(root uintptr) {
|
||||
|
||||
if gcStateOf(referencedBlock) == blockStateFree {
|
||||
// The to-be-marked object doesn't actually exist.
|
||||
// This could either be a dangling pointer (oops!) but most likely
|
||||
// just a false positive.
|
||||
// This is probably a false positive.
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
+2
-2
@@ -57,8 +57,8 @@ SECTIONS
|
||||
} >IRAM
|
||||
}
|
||||
|
||||
_globals_start = ALIGN(_sdata, 4);
|
||||
_globals_end = ALIGN(_ebss, 4);
|
||||
_globals_start = _sdata;
|
||||
_globals_end = _ebss;
|
||||
_heap_start = _ebss;
|
||||
_heap_end = ORIGIN(DRAM) + LENGTH(DRAM);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user