* quick fix to make it compile

This commit is contained in:
Károly Balogh 2004-08-18 14:26:50 +00:00
parent cb8f28f93d
commit b7ae54715c
2 changed files with 10 additions and 4 deletions

View File

@ -68,14 +68,17 @@ data_start:
___fpc_brk_addr:
.long 0
.bss
.text
.comm operatingsystem_parameter_envp,4
.comm operatingsystem_parameter_argc,4
.comm operatingsystem_parameter_argv,4
/*
$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
longer necessary

View File

@ -66,13 +66,16 @@ data_start:
___fpc_brk_addr:
.long 0
.bss
.text
.comm operatingsystem_parameter_envp,4
.comm operatingsystem_parameter_argc,4
.comm operatingsystem_parameter_argv,4
/*
$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
longer necessary