[BACK]Return to mtpr.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / vax / include

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

Diff for /src/sys/arch/vax/include/mtpr.h between version 1.20 and 1.20.64.1

version 1.20, 2007/02/16 01:34:03 version 1.20.64.1, 2009/05/18 21:38:39
Line 172  mtpr(register_t val, int reg)
Line 172  mtpr(register_t val, int reg)
         __asm volatile (          __asm volatile (
                 "mtpr %0,%1"                  "mtpr %0,%1"
             : /* No output */              : /* No output */
             : "g" (val), "g" (reg));              : "g" (val), "g" (reg)
               : "memory");
 }  }
   
 static inline register_t  static inline register_t

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.20.64.1

CVSweb <webmaster@jp.NetBSD.org>