diff options
-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. */ |