Remove some redundant .req statements.
This commit is contained in:
parent
077c15ab4d
commit
fd18f1a45b
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: bus_space_notimpl.S,v 1.2 1997/10/27 00:26:07 mark Exp $ */
|
||||
/* $NetBSD: bus_space_notimpl.S,v 1.3 1998/04/01 22:55:45 mark Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 Mark Brinicombe.
|
||||
|
@ -69,12 +69,6 @@ LLABEL(__C(func,_text)) ; \
|
|||
* Generic bus_space I/O functions
|
||||
*/
|
||||
|
||||
sp .req r13
|
||||
lr .req r14
|
||||
pc .req r15
|
||||
|
||||
.text
|
||||
|
||||
/*
|
||||
* read single
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue