diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-10 10:55:30 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-11-10 10:55:30 +0000 |
commit | 63180ee9e43ab9d92425c45725cd967448503255 (patch) | |
tree | 97ac44a7eddd21fffa09e8f8d149bd7385cc2756 /sys/arch/i386/include/endian.h | |
parent | 857cc6e2b6647c32c598ae5feead1079850cce33 (diff) |
DOH! I stress out too much
Diffstat (limited to 'sys/arch/i386/include/endian.h')
-rw-r--r-- | sys/arch/i386/include/endian.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/endian.h b/sys/arch/i386/include/endian.h index 6e44bcdd12d..78fdfcac502 100644 --- a/sys/arch/i386/include/endian.h +++ b/sys/arch/i386/include/endian.h @@ -1,4 +1,4 @@ -/* $OpenBSD: endian.h,v 1.9 1997/11/10 10:22:22 niklas Exp $ */ +/* $OpenBSD: endian.h,v 1.10 1997/11/10 10:55:29 niklas Exp $ */ /*- * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. @@ -56,7 +56,7 @@ \ __asm ("rorw $8, %w1" : "=r" (__swap16md_x) : \ "0" (__swap16md_x)); \ - __x; \ + __swap16md_x; \ }) /* Tell sys/endian.h we have MD variants of the swap macros. */ |