Use DEC_REX_MAGIC instead of a undocumented magic number

This commit is contained in:
simonb 1999-01-30 00:40:38 +00:00
parent e1167d2415
commit 500353b4c3
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: start.S,v 1.5 1999/01/29 05:37:50 simonb Exp $ */
/* $NetBSD: start.S,v 1.6 1999/01/30 00:40:38 simonb Exp $ */
/*
* Copyright (c) 1992, 1993
@ -77,7 +77,7 @@ start:
move s0, a0 # save argc
move s1, a1 # save argv
# move s3, a3 # save call vector
beq a2, 0x30464354, 1f # jump if boot from DS5000
beq a2, DEC_REX_MAGIC, 1f # jump if boot from DS5000
move s3, a3 # BDslot: save call vector
# nop
la s3, _C_LABEL(callvec) # init call vector

View File

@ -1,4 +1,4 @@
/* $NetBSD: start.S,v 1.5 1999/01/29 05:37:50 simonb Exp $ */
/* $NetBSD: start.S,v 1.6 1999/01/30 00:40:38 simonb Exp $ */
/*
* Copyright (c) 1992, 1993
@ -77,7 +77,7 @@ start:
move s0, a0 # save argc
move s1, a1 # save argv
# move s3, a3 # save call vector
beq a2, 0x30464354, 1f # jump if boot from DS5000
beq a2, DEC_REX_MAGIC, 1f # jump if boot from DS5000
move s3, a3 # BDslot: save call vector
# nop
la s3, _C_LABEL(callvec) # init call vector