mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
Fix whitespace.
This commit is contained in:
parent
e15ae1b226
commit
768fd422b4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73403
@ -55,7 +55,7 @@ Lstartgp:
|
||||
#ifndef BOOT1
|
||||
CALL(extend_heap)
|
||||
#endif
|
||||
|
||||
|
||||
lda a0,_edata
|
||||
lda a1,_end
|
||||
subq a1,a0,a1
|
||||
@ -64,7 +64,7 @@ Lstartgp:
|
||||
#ifndef BOOT1
|
||||
lda sp,stackbase + STACK_SIZE - ENTRY_FRAME
|
||||
#endif
|
||||
|
||||
|
||||
CALL(main) /* transfer to C */
|
||||
|
||||
XLEAF(_rtt, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user