Changes in uspace/srv/loader/arch/ia32/ia32.s [3cc110f:08c9f7d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/loader/arch/ia32/ia32.s
r3cc110f r08c9f7d 40 40 movl 0x8(%ebp), %eax 41 41 42 # %e di:= pcb43 # pcb is passed to the entry point in %edi44 mov 0xc(%ebp), %e di42 # %ebx := pcb 43 # pcb is passed to the entry point int %ebx 44 mov 0xc(%ebp), %ebx 45 45 46 46 # Save a tiny bit of stack space
Note:
See TracChangeset
for help on using the changeset viewer.