Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/include A register is 64-bits unless we're ...



details:   https://anonhg.NetBSD.org/src/rev/1a0bb1fe4790
branches:  trunk
changeset: 503633:1a0bb1fe4790
user:      eeh <eeh%NetBSD.org@localhost>
date:      Sun Feb 11 00:17:03 2001 +0000

description:
A register is 64-bits unless we're emulating 32-bit.

diffstat:

 sys/arch/sparc64/include/svr4_machdep.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b68accc78f94 -r 1a0bb1fe4790 sys/arch/sparc64/include/svr4_machdep.h
--- a/sys/arch/sparc64/include/svr4_machdep.h   Sun Feb 11 00:09:45 2001 +0000
+++ b/sys/arch/sparc64/include/svr4_machdep.h   Sun Feb 11 00:17:03 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: svr4_machdep.h,v 1.5 2000/12/04 01:39:04 mrg Exp $      */
+/*     $NetBSD: svr4_machdep.h,v 1.6 2001/02/11 00:17:03 eeh Exp $      */
 
 /*-
  * Copyright (c) 1994 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
 
 #define SVR4_SPARC_MAXWIN      31
 
-typedef int svr4_greg_t;
+typedef long svr4_greg_t;
 
 typedef struct {
        svr4_greg_t     rwin_lo[8];



Home | Main Index | Thread Index | Old Index