mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 05:09:31 +02:00
* quick fix to make it compile
This commit is contained in:
parent
cb8f28f93d
commit
b7ae54715c
@ -68,14 +68,17 @@ data_start:
|
|||||||
___fpc_brk_addr:
|
___fpc_brk_addr:
|
||||||
.long 0
|
.long 0
|
||||||
|
|
||||||
.bss
|
.text
|
||||||
.comm operatingsystem_parameter_envp,4
|
.comm operatingsystem_parameter_envp,4
|
||||||
.comm operatingsystem_parameter_argc,4
|
.comm operatingsystem_parameter_argc,4
|
||||||
.comm operatingsystem_parameter_argv,4
|
.comm operatingsystem_parameter_argv,4
|
||||||
|
|
||||||
/*
|
/*
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.7 2004-07-03 21:50:31 daniel
|
Revision 1.8 2004-08-18 14:26:50 karoly
|
||||||
|
* quick fix to make it compile
|
||||||
|
|
||||||
|
Revision 1.7 2004/07/03 21:50:31 daniel
|
||||||
* Modified bootstrap code so separate prt0.as/prt0_10.as files are no
|
* Modified bootstrap code so separate prt0.as/prt0_10.as files are no
|
||||||
longer necessary
|
longer necessary
|
||||||
|
|
||||||
|
@ -66,13 +66,16 @@ data_start:
|
|||||||
___fpc_brk_addr:
|
___fpc_brk_addr:
|
||||||
.long 0
|
.long 0
|
||||||
|
|
||||||
.bss
|
.text
|
||||||
.comm operatingsystem_parameter_envp,4
|
.comm operatingsystem_parameter_envp,4
|
||||||
.comm operatingsystem_parameter_argc,4
|
.comm operatingsystem_parameter_argc,4
|
||||||
.comm operatingsystem_parameter_argv,4
|
.comm operatingsystem_parameter_argv,4
|
||||||
/*
|
/*
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.13 2004-07-03 21:50:31 daniel
|
Revision 1.14 2004-08-18 14:26:50 karoly
|
||||||
|
* quick fix to make it compile
|
||||||
|
|
||||||
|
Revision 1.13 2004/07/03 21:50:31 daniel
|
||||||
* Modified bootstrap code so separate prt0.as/prt0_10.as files are no
|
* Modified bootstrap code so separate prt0.as/prt0_10.as files are no
|
||||||
longer necessary
|
longer necessary
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user