Fix whitespace.

This commit is contained in:
David E. O'Brien 2001-03-04 04:38:14 +00:00
parent e15ae1b226
commit 768fd422b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73403

View File

@ -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)