diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-09-22 09:33:34 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-09-22 09:33:34 +0000 |
commit | 33a54b48edd3816505b98a6a5cc00ea6c5147fe0 (patch) | |
tree | 7cedb4e879117913b2b25bffd0bf82d11bdd30e0 /sys | |
parent | cf644adbbdf952cbefaa4db9c57d480b33677e6e (diff) |
Don't worry, be a happy gcc
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mvme68k/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/include/param.h b/sys/arch/mvme68k/include/param.h index abc3e5e126c..494545d57aa 100644 --- a/sys/arch/mvme68k/include/param.h +++ b/sys/arch/mvme68k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.5 1997/03/31 00:24:04 downsj Exp $ */ +/* $OpenBSD: param.h,v 1.6 1999/09/22 09:33:33 espie Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -151,7 +151,7 @@ register int _spl_r; \ \ __asm __volatile ("clrl %0; movew sr,%0; movew %1,sr" : \ - "&=d" (_spl_r) : "di" (s)); \ + "=&d" (_spl_r) : "di" (s)); \ _spl_r; \ }) |