Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/include Add a '; ' that got deleted in a sligh...



details:   https://anonhg.NetBSD.org/src/rev/cbf62b5e425d
branches:  trunk
changeset: 779174:cbf62b5e425d
user:      dsl <dsl%NetBSD.org@localhost>
date:      Mon May 07 21:04:09 2012 +0000

description:
Add a ';' that got deleted in a slight tidyup.

diffstat:

 sys/arch/amd64/include/frameasm.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6da2d934ec9f -r cbf62b5e425d sys/arch/amd64/include/frameasm.h
--- a/sys/arch/amd64/include/frameasm.h Mon May 07 20:51:20 2012 +0000
+++ b/sys/arch/amd64/include/frameasm.h Mon May 07 21:04:09 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: frameasm.h,v 1.17 2012/05/07 20:51:20 dsl Exp $        */
+/*     $NetBSD: frameasm.h,v 1.18 2012/05/07 21:04:09 dsl Exp $        */
 
 #ifndef _AMD64_MACHINE_FRAMEASM_H
 #define _AMD64_MACHINE_FRAMEASM_H
@@ -109,7 +109,7 @@
        movl    %cs,%r11d               ; \
        pushq   %r11                    ; \
 /* XEN: We must fixup CS, as even kernel mode runs at CPL 3 */ \
-       XEN_ONLY2(andb  $0xfc,(%rsp))     \
+       XEN_ONLY2(andb  $0xfc,(%rsp);)    \
        pushq   %r13                    ;
 
 #define        DO_DEFERRED_SWITCH \



Home | Main Index | Thread Index | Old Index