Module Name:    src
Committed By:   skrll
Date:           Wed May 13 09:40:48 UTC 2009

Modified Files:
        src/sys/arch/vax/include: mtpr.h

Log Message:
Fix obvious typo in last.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/vax/include/mtpr.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/vax/include/mtpr.h
diff -u src/sys/arch/vax/include/mtpr.h:1.21 src/sys/arch/vax/include/mtpr.h:1.22
--- src/sys/arch/vax/include/mtpr.h:1.21	Wed May 13 03:40:13 2009
+++ src/sys/arch/vax/include/mtpr.h	Wed May 13 09:40:48 2009
@@ -1,4 +1,4 @@
-/*      $NetBSD: mtpr.h,v 1.21 2009/05/13 03:40:13 mhitch Exp $     */
+/*      $NetBSD: mtpr.h,v 1.22 2009/05/13 09:40:48 skrll Exp $     */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -169,7 +169,7 @@
 static inline void
 mtpr(register_t val, int reg)
 {
-	__asmB volatile (
+	__asm volatile (
 		"mtpr %0,%1"
 	    : /* No output */
 	    : "g" (val), "g" (reg)

Reply via email to