aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>2000-06-25 09:30:53 +0000
committerDoug Rabson <dfr@FreeBSD.org>2000-06-25 09:30:53 +0000
commit913ed684c1a0a911bb5b2620818077ea599e689a (patch)
treef9b11f8f95133bc9af74041a924afd87821d8b84
parent2ed44774d65016ab0206ca6da5358ed70167ac32 (diff)
Notes
-rw-r--r--sys/alpha/include/reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/reg.h b/sys/alpha/include/reg.h
index 172c3024a1e8..5dfde654fc78 100644
--- a/sys/alpha/include/reg.h
+++ b/sys/alpha/include/reg.h
@@ -104,7 +104,7 @@ struct fpreg {
* Placeholder.
*/
struct dbreg {
- unsigned long wankage;
+ unsigned long junk;
};
#ifdef _KERNEL