Fix non stopping breakpoint on newer compilers.
[deliverable/binutils-gdb.git] / opcodes / spu-opc.c
index f93d5b284c4db888930d78ed7c34d50f873004cc..b5d803f9d910bf25ceb0ddd74f04480dae0475e0 100644 (file)
@@ -26,9 +26,9 @@
 
 /*
    Example contents of spu-insn.h
-      id_tag   mode    mode    type    opcode  mnemonic        asmtype     dependency          FPU     L/S?    branch? instruction   
-                QUAD   WORD                                               (0,RC,RB,RA,RT)    latency                                           
-   APUOP(M_LQD,        1,      0,      RI9,    0x1f8,  "lqd",          ASM_RI9IDX,     00012,          FXU,    1,      0)      Load Quadword d-form 
+      id_tag   mode    mode    type    opcode  mnemonic        asmtype     dependency          FPU     L/S?    branch? instruction
+                QUAD   WORD                                               (0,RC,RB,RA,RT)    latency
+   APUOP(M_LQD,        1,      0,      RI9,    0x1f8,  "lqd",          ASM_RI9IDX,     00012,          FXU,    1,      0)      Load Quadword d-form
  */
 
 const struct spu_opcode spu_opcodes[] = {
This page took 0.023167 seconds and 4 git commands to generate.