File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -404,11 +404,11 @@ typedef enum {
404
404
405
405
/* MIPS r6 introduced names for weaker variants of SYNC. These are
406
406
backward compatible to previous architecture revisions. */
407
- OPC_SYNC_WMB = OPC_SYNC | 0x04 << 5 ,
408
- OPC_SYNC_MB = OPC_SYNC | 0x10 << 5 ,
409
- OPC_SYNC_ACQUIRE = OPC_SYNC | 0x11 << 5 ,
410
- OPC_SYNC_RELEASE = OPC_SYNC | 0x12 << 5 ,
411
- OPC_SYNC_RMB = OPC_SYNC | 0x13 << 5 ,
407
+ OPC_SYNC_WMB = OPC_SYNC | 0x04 << 6 ,
408
+ OPC_SYNC_MB = OPC_SYNC | 0x10 << 6 ,
409
+ OPC_SYNC_ACQUIRE = OPC_SYNC | 0x11 << 6 ,
410
+ OPC_SYNC_RELEASE = OPC_SYNC | 0x12 << 6 ,
411
+ OPC_SYNC_RMB = OPC_SYNC | 0x13 << 6 ,
412
412
413
413
/* Aliases for convenience. */
414
414
ALIAS_PADD = sizeof (void * ) == 4 ? OPC_ADDU : OPC_DADDU ,
You can’t perform that action at this time.
0 commit comments