align md_root_loadaddr to word boundary.
This commit is contained in:
parent
355d1500b7
commit
94b724fc67
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: image.S,v 1.2 2003/04/29 05:01:34 thorpej Exp $ */
|
||||
/* $NetBSD: image.S,v 1.3 2005/02/26 10:45:29 bsh Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2002 Wasabi Systems, Inc.
|
||||
|
@ -39,6 +39,8 @@
|
|||
|
||||
.section .image,"a",%progbits
|
||||
|
||||
.balign 4
|
||||
|
||||
.global _C_LABEL(md_root_loadaddr)
|
||||
_C_LABEL(md_root_loadaddr):
|
||||
.word LOADADDR
|
||||
|
|
Loading…
Reference in New Issue