mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 02:09:14 +02:00
* some cleanup, typo fixes
git-svn-id: trunk@1723 -
This commit is contained in:
parent
1b4b42fdd6
commit
47258d61a6
@ -80,7 +80,7 @@ _haltproc:
|
||||
.globl ._haltproc
|
||||
.type ._haltproc,@function
|
||||
._haltproc:
|
||||
LOAD_64BIT_VAL 8, ___fpc_reg
|
||||
LOAD_64BIT_VAL 8, ___fpc_ret
|
||||
ld 1,0(8)
|
||||
addi 1,1,128
|
||||
ld 0,16(1)
|
||||
@ -100,7 +100,6 @@ data_start:
|
||||
___fpc_ret: /* return address to libc */
|
||||
.quad 0
|
||||
|
||||
|
||||
.text
|
||||
.comm operatingsystem_parameter_argc,4
|
||||
.comm operatingsystem_parameter_argv,8
|
||||
|
@ -11,7 +11,7 @@
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
}
|
||||
|
||||
|
||||
type
|
||||
TSysResult = Int64; // all platforms, cint=32-bit.
|
||||
|
Loading…
Reference in New Issue
Block a user