diff options
| author | 2012-03-02 15:22:47 -0800 | |
|---|---|---|
| committer | 2012-03-02 15:22:47 -0800 | |
| commit | 0398c42cd64682d18120a26c6c39b193fdf97658 (patch) | |
| tree | f5a60c8bca5d4acd7b31d21239f3c74bf7c7d42c /src/compiler/codegen/mips/MipsLIR.h | |
| parent | 82488f563e7f72f8c626052893c1792d76ab3faf (diff) | |
More MIPS support
Working through the unimps.
Change-Id: Ie088d2061ca9a77f42ebd75e2936159465deed10
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 67f3131a70..b2cfdbed59 100644 --- a/src/compiler/codegen/mips/MipsLIR.h +++ b/src/compiler/codegen/mips/MipsLIR.h @@ -301,7 +301,7 @@ typedef enum NativeRegisterPool { #define rARG3 r_ARG3 #define rRET0 r_RESULT0 #define rRET1 r_RESULT1 -#define rLINK r_RA +#define rINVOKE_TGT r_V0 /* Shift encodings */ typedef enum MipsShiftEncodings { |