mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Fixed my recent breakage of the ELF case.
This commit is contained in:
parent
b5c347a37a
commit
60f2c5d0c2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44262
@ -23,7 +23,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: asnames.h,v 1.28 1999/02/06 08:41:05 bde Exp $
|
||||
* $Id: asnames.h,v 1.29 1999/02/22 15:13:34 bde Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_ASNAMES_H_
|
||||
@ -358,6 +358,7 @@
|
||||
#define _switchtime switchtime
|
||||
#define _syscall syscall
|
||||
#define _szsigcode szsigcode
|
||||
#define _ticks ticks
|
||||
#define _time time
|
||||
#define _timer0_max_count timer0_max_count
|
||||
#define _timer0_overflow_threshold timer0_overflow_threshold
|
||||
|
Loading…
Reference in New Issue
Block a user