diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-10 10:38:52 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-09-10 10:38:52 +0000 |
commit | d2b3ec8bd76d35bf6e60631490f10e953c97ddac (patch) | |
tree | f90399ba166a0ae5952ca980ff9826e6553821ce /sys/arch | |
parent | 45a74b11ab79c6dee0f0668d6f347e586e64c2cb (diff) |
typo in SAVE_CPU expansion.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mips64/include/cpustate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/cpustate.h b/sys/arch/mips64/include/cpustate.h index ea6eba697d1..db1e07f2233 100644 --- a/sys/arch/mips64/include/cpustate.h +++ b/sys/arch/mips64/include/cpustate.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpustate.h,v 1.4 2004/09/09 22:21:41 pefo Exp $ */ +/* $OpenBSD: cpustate.h,v 1.5 2004/09/10 10:38:51 miod Exp $ */ /* * Copyright (c) 2002-2003 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -60,7 +60,7 @@ SAVE_REG($12, T4, frame, bo) ;\ SAVE_REG($13, T5, frame, bo) ;\ SAVE_REG($14, T6, frame, bo) ;\ - SAVE_REG($15 T7, frame, bo) ;\ + SAVE_REG($15, T7, frame, bo) ;\ SAVE_REG(t8, T8, frame, bo) ;\ SAVE_REG(t9, T9, frame, bo) ;\ SAVE_REG(gp, GP, frame, bo) ;\ |