Fix parameter passed to init_x86_64.

This commit is contained in:
fvdl 2002-07-04 10:34:22 +00:00
parent ffb9c17b1c
commit 4839f70ff2
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.S,v 1.7 2002/06/25 01:24:50 thorpej Exp $ */ /* $NetBSD: locore.S,v 1.8 2002/07/04 10:34:22 fvdl Exp $ */
/* /*
* Copyright-o-rama! * Copyright-o-rama!
@ -651,7 +651,7 @@ longmode_hi:
movw %ax,%fs movw %ax,%fs
/* XXX merge these */ /* XXX merge these */
movq $VM_MIN_KERNEL_ADDRESS,%rdi leaq TABLESIZE(%rsi),%rdi
call _C_LABEL(init_x86_64) call _C_LABEL(init_x86_64)
call _C_LABEL(main) call _C_LABEL(main)