Module Name: src
Committed By: matt
Date: Mon Aug 24 02:35:05 UTC 2009
Modified Files:
src/lib/libpthread/arch/mips [matt-nb5-mips64]: _context_u.S
Log Message:
Fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.3.14.1 -r1.3.14.2 src/lib/libpthread/arch/mips/_context_u.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpthread/arch/mips/_context_u.S
diff -u src/lib/libpthread/arch/mips/_context_u.S:1.3.14.1 src/lib/libpthread/arch/mips/_context_u.S:1.3.14.2
--- src/lib/libpthread/arch/mips/_context_u.S:1.3.14.1 Sun Aug 16 03:30:55 2009
+++ src/lib/libpthread/arch/mips/_context_u.S Mon Aug 24 02:35:05 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: _context_u.S,v 1.3.14.1 2009/08/16 03:30:55 matt Exp $ */
+/* $NetBSD: _context_u.S,v 1.3.14.2 2009/08/24 02:35:05 matt Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -66,10 +66,10 @@
li t0, 1 ; \
sll t0, t0, _UC_USER_BIT ; \
ori t0, t0, _UC_CPU ; \
- INT_S t0, UC_FLAGS(reg)
+ INT_S t0, _OFFSETOF_UC_FLAGS(reg)
#define SETC(reg) ; \
- INT_L t0, UC_FLAGS(reg) ; \
+ INT_L t0, _OFFSETOF_UC_FLAGS(reg) ; \
li t1, 1 ; \
sll t1, t1, _UC_USER_BIT ; \
and t0, t1, t0 ; \