Changeset 6eb103c in mainline
- Timestamp:
- 2006-03-16T16:40:57Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 41fa6f2
- Parents:
- 1ee9ced
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/boot/boot.S
r1ee9ced r6eb103c 155 155 jc mods_valid 156 156 157 xor l %ecx, %ecx158 mov l %ecx, init157 xorq %rcx, %rcx 158 movq %rcx, init 159 159 jmp mods_end 160 160 … … 163 163 xorq %rcx, %rcx 164 164 movl 20(%ebx), %ecx # mbi->mods_count 165 mov l %ecx, init165 movq %rcx, init 166 166 167 167 cmpl $0, %ecx … … 176 176 movl 0(%esi), %edx # mods->mod_start 177 177 addq $0xffffffff80000000, %rdx 178 movq %rdx, 4(%rdi)178 movq %rdx, 8(%rdi) 179 179 180 180 xorq %rdx, %rdx 181 181 movl 4(%esi), %edx 182 182 subl 0(%esi), %edx # mods->mod_end - mods->mod_start 183 movq %rdx, 1 2(%rdi)183 movq %rdx, 16(%rdi) 184 184 185 185 addl $16, %esi
Note:
See TracChangeset
for help on using the changeset viewer.