~ubuntu-branches/ubuntu/lucid/fpc/lucid-proposed

« back to all changes in this revision

Viewing changes to fpcsrc/rtl/os2/prt0.as

  • Committer: Bazaar Package Importer
  • Author(s): Mazen Neifer, Torsten Werner, Mazen Neifer
  • Date: 2008-10-09 23:29:00 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20081009232900-553f61m37jkp6upv
Tags: 2.2.2-4
[ Torsten Werner ]
* Update ABI version in fpc-depends automatically.
* Remove empty directories from binary package fpc-source.

[ Mazen Neifer ]
* Removed leading path when calling update-alternatives to remove a Linitian
  error.
* Fixed clean target.
* Improved description of packages. (Closes: #498882)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        .globl  __init
13
13
        .globl  __dos_init
14
14
        .globl  __dos_syscall
 
15
        .comm _excptregptr, 4
15
16
 
16
17
        .text
17
18
 
27
28
        .space  6, 0x90
28
29
 
29
30
__init: cld
 
31
        pushl %eax
 
32
        pushl %eax
 
33
        pushl %eax
 
34
        movl %esp,%eax
 
35
        addl $4,%eax
 
36
        movl %eax, _excptregptr
 
37
        popl %eax
30
38
 
31
39
        call    _main
 
40
 
32
41
        movb    $0x4c,%ah
33
42
        call    ___SYSCALL
34
43
2:      jmp     2b