@@ -69,6 +69,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