Rev 628 | Rev 680 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 628 | Rev 629 | ||
---|---|---|---|
Line 170... | Line 170... | ||
170 | 170 | ||
171 | movl 24(%ebx), %esi # mbi->mods_addr |
171 | movl 24(%ebx), %esi # mbi->mods_addr |
172 | movl 0(%esi), %edx # mods->mod_start |
172 | movl 0(%esi), %edx # mods->mod_start |
173 | movl 4(%esi), %ecx # mods->mod_end |
173 | movl 4(%esi), %ecx # mods->mod_end |
174 | subl %edx, %ecx |
174 | subl %edx, %ecx |
- | 175 | addl $0x80000000, %edx |
|
175 | 176 | ||
176 | mods_invalid: |
177 | mods_invalid: |
177 | movl %ecx, init_size |
178 | movl %ecx, init_size |
178 | movl %edx, init_addr |
179 | movl %edx, init_addr |
179 | 180 |