Floating point numbers work, _start.S fix stack alignment, fix debug info
This commit is contained in:
@@ -3,6 +3,5 @@ _start:
|
||||
xorq %rbp, %rbp
|
||||
movq %rsp, %rbp
|
||||
andq $-16, %rsp
|
||||
subq $8, %rsp
|
||||
|
||||
callq __premain
|
||||
|
||||
Reference in New Issue
Block a user