* ppc-opc.c (VA, VB, VC, VD, VS, SIMM, UIMM, SHB): New macros, for
[deliverable/binutils-gdb.git] / sim / mn10300 / dv-mn103tim.c
index d93bb7161c6ba5e765a4e829e25f947685dfb02b..cd79f918fbf7b56fafad2fee7c9a3cd5393919d5 100644 (file)
@@ -842,7 +842,7 @@ write_tm6md (struct hw *me,
 
   unsigned_word offset = address - timers->block[0].base;
   
-  if ( offset != 0x84 && nr_bytes > 1 || nr_bytes > 2 )
+  if ((offset != 0x84 && nr_bytes > 1) || nr_bytes > 2 )
     {
       hw_abort (me, "Bad write size of %d bytes to TM6MD", nr_bytes);
     }
This page took 0.023066 seconds and 4 git commands to generate.