Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/stand/lib Call main instead of _main.



details:   https://anonhg.NetBSD.org/src/rev/338d90280568
branches:  trunk
changeset: 467493:338d90280568
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Mar 25 05:17:27 1999 +0000

description:
Call main instead of _main.

diffstat:

 sys/arch/pmax/stand/lib/start.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 59889daa3abc -r 338d90280568 sys/arch/pmax/stand/lib/start.S
--- a/sys/arch/pmax/stand/lib/start.S   Thu Mar 25 05:16:06 1999 +0000
+++ b/sys/arch/pmax/stand/lib/start.S   Thu Mar 25 05:17:27 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: start.S,v 1.8 1999/03/13 11:20:55 drochner Exp $       */
+/*     $NetBSD: start.S,v 1.9 1999/03/25 05:17:27 simonb Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -108,7 +108,7 @@
        subu    a2, a2, a0
        sw      s3, _C_LABEL(callv)             # save call vector
        move    a0, s0                          # restore argc
-       jal     _C_LABEL(_main)                 # main(argc, argv)
+       jal     _C_LABEL(main)                  # main(argc, argv)
        move    a1, s1                          # restore argv
        j       _C_LABEL(prom_restart)          # restart...
        nop



Home | Main Index | Thread Index | Old Index