run copyright.sh for 2011.
[deliverable/binutils-gdb.git] / sim / frv / frv.c
index 2bf1366c70dcf9babba597e78bb6b58079e2ced6..0d0a706748dada7531df0e8f4c9e47f20d9a3a13 100644 (file)
@@ -1,6 +1,6 @@
 /* frv simulator support code
-   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999, 2000, 2001, 2003, 2004, 2007, 2008, 2009, 2010,
+   2011 Free Software Foundation, Inc.
    Contributed by Red Hat.
 
 This file is part of the GNU simulators.
@@ -1055,6 +1055,7 @@ SI
 frvbf_cut (SIM_CPU *current_cpu, SI reg1, SI reg2, SI cut_point)
 {
   SI result;
+  cut_point &= 0x3f;
   if (cut_point < 32)
     {
       result = reg1 << cut_point;
This page took 0.023441 seconds and 4 git commands to generate.