* exit_group isn't available on older linuxes, if exit_group fails, use exit

git-svn-id: trunk@1299 -
This commit is contained in:
florian 2005-10-05 19:24:00 +00:00
parent 455a4c24fd
commit 91be287119

View File

@ -73,6 +73,9 @@ _haltproc2: # GAS <= 2.15 bug: generates larger jump if a label is e
movl $252,%eax /* exit_group */
movzwl operatingsystem_result,%ebx
int $0x80
movl $1,%eax /* exit */
movzwl operatingsystem_result,%ebx
int $0x80
jmp _haltproc2
.data