use jmp label:l to force absolute, rather than pc-relative, adressing
This commit is contained in:
parent
92f8323be6
commit
ce58107cdd
@ -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
|
* Copyright (c) 1994, 1995 Gordon W. Ross
|
||||||
@ -267,8 +267,7 @@ Lstploaddone:
|
|||||||
movl #0x80008000, %d0
|
movl #0x80008000, %d0
|
||||||
movc %d0, %cacr | turn on both caches
|
movc %d0, %cacr | turn on both caches
|
||||||
|
|
||||||
.word 0x4ef9 | jmp Lenab1 (avoid pc-relative)
|
jmp Lenab1:l | avoid pc-relative
|
||||||
.long Lenab1
|
|
||||||
Lmotommu2:
|
Lmotommu2:
|
||||||
/* XXX do TT here */
|
/* XXX do TT here */
|
||||||
RELOC(prototc, %a2)
|
RELOC(prototc, %a2)
|
||||||
|
Loading…
Reference in New Issue
Block a user