kern
changeset 14:a5176aa334c3
ha!
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 23 Feb 2011 01:21:18 +0200 |
parents | 6c9138a87e02 |
children | 7f9af8cddc96 |
files | src/regs.S |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/src/regs.S Wed Feb 23 00:12:36 2011 +0200 1.2 +++ b/src/regs.S Wed Feb 23 01:21:18 2011 +0200 1.3 @@ -43,9 +43,9 @@ 1.4 movl %ebx, 60(%edx) 1.5 /*movl %cr1, %ebx 1.6 movl %ebx, 64(%edx)*/ 1.7 + movl %cr2, %ebx 1.8 + movl %ebx, 68(%edx) 1.9 movl %cr3, %ebx 1.10 - movl %ebx, 68(%edx) 1.11 - movl %cr4, %ebx 1.12 movl %ebx, 72(%edx) 1.13 popl %ebx 1.14