diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-10 20:28:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-10 20:28:14 +0000 |
commit | 485bf294cc40c56f327d039d09d65bf5b61411d9 (patch) | |
tree | 7e42f3e048042b7d074cbc0e1a0c8128a8360db9 /sys/arch/mips64/include/cpustate.h | |
parent | 777837d0ecbfffa503ef29fe813eb6919f9376aa (diff) |
spacing
Diffstat (limited to 'sys/arch/mips64/include/cpustate.h')
-rw-r--r-- | sys/arch/mips64/include/cpustate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mips64/include/cpustate.h b/sys/arch/mips64/include/cpustate.h index a94c7269ce4..178320c418c 100644 --- a/sys/arch/mips64/include/cpustate.h +++ b/sys/arch/mips64/include/cpustate.h @@ -1,8 +1,8 @@ -/* $OpenBSD: cpustate.h,v 1.1 2004/08/06 20:56:01 pefo Exp $ */ +/* $OpenBSD: cpustate.h,v 1.2 2004/08/10 20:28:13 deraadt Exp $ */ /* * Copyright (c) 2002-2003 Opsycon AB (www.opsycon.se / www.opsycon.com) - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -128,7 +128,7 @@ RESTORE_REG(t8, T8, frame, bo) ;\ RESTORE_REG(t9, T9, frame, bo) ;\ RESTORE_REG(gp, GP, frame, bo) ;\ - RESTORE_REG(ra, RA, frame, bo) + RESTORE_REG(ra, RA, frame, bo) /* * Restore 'callee save' registers |