diff options
Diffstat (limited to 'src/compiler/codegen/mips/MipsLIR.h')
| -rw-r--r-- | src/compiler/codegen/mips/MipsLIR.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/codegen/mips/MipsLIR.h b/src/compiler/codegen/mips/MipsLIR.h index 93956d5d5f..9baa3c0083 100644 --- a/src/compiler/codegen/mips/MipsLIR.h +++ b/src/compiler/codegen/mips/MipsLIR.h @@ -547,7 +547,7 @@ typedef struct MipsEncodingMap { int flags; const char *name; const char* fmt; - int size; + int size; /* Size in bytes */ } MipsEncodingMap; /* Keys for target-specific scheduling and other optimization hints */ |