Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/arch/ia32/ia32.s

    r3cc110f r08c9f7d  
    4040        movl 0x8(%ebp), %eax
    4141
    42         # %edi := pcb
    43         # pcb is passed to the entry point in %edi
    44         mov 0xc(%ebp), %edi
     42        # %ebx := pcb
     43        # pcb is passed to the entry point int %ebx
     44        mov 0xc(%ebp), %ebx
    4545
    4646        # Save a tiny bit of stack space
Note: See TracChangeset for help on using the changeset viewer.