mirror of
https://github.com/ProgramSnail/Lama.git
synced 2026-01-01 19:48:19 +00:00
Cyclic equal (alpha)
This commit is contained in:
parent
c73f43e817
commit
c29ab4901f
13 changed files with 402 additions and 18 deletions
|
|
@ -9,7 +9,7 @@ __gc_stack_top: .long 0
|
|||
|
||||
.globl __pre_gc
|
||||
.globl __post_gc
|
||||
.globl L__gc_init
|
||||
.globl __gc_init
|
||||
.globl __gc_root_scan_stack
|
||||
.globl __gc_stack_top
|
||||
.globl __gc_stack_bottom
|
||||
|
|
@ -17,9 +17,9 @@ __gc_stack_top: .long 0
|
|||
.extern gc_test_and_copy_root
|
||||
.text
|
||||
|
||||
L__gc_init: movl %ebp, __gc_stack_bottom
|
||||
__gc_init: movl %ebp, __gc_stack_bottom
|
||||
addl $4, __gc_stack_bottom
|
||||
call init_pool
|
||||
call __init
|
||||
ret
|
||||
|
||||
// if __gc_stack_top is equal to 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue