use jmp label:l to force absolute, rather than pc-relative, adressing

This commit is contained in:
jdolecek 2002-05-19 21:34:16 +00:00
parent 92f8323be6
commit ce58107cdd

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.4 2002/03/19 17:59:04 drochner Exp $ */
/* $NetBSD: locore.s,v 1.5 2002/05/19 21:34:16 jdolecek Exp $ */
/*
* Copyright (c) 1994, 1995 Gordon W. Ross
@ -267,8 +267,7 @@ Lstploaddone:
movl #0x80008000, %d0
movc %d0, %cacr | turn on both caches
.word 0x4ef9 | jmp Lenab1 (avoid pc-relative)
.long Lenab1
jmp Lenab1:l | avoid pc-relative
Lmotommu2:
/* XXX do TT here */
RELOC(prototc, %a2)