| Index: src/compiler/mips64/instruction-codes-mips64.h
|
| diff --git a/src/compiler/mips64/instruction-codes-mips64.h b/src/compiler/mips64/instruction-codes-mips64.h
|
| index c22274cf07e1516fd1fcfb69f7af65a6fbae44e1..ff04c345f2a246f1cfc42f38d4829935aa973e9e 100644
|
| --- a/src/compiler/mips64/instruction-codes-mips64.h
|
| +++ b/src/compiler/mips64/instruction-codes-mips64.h
|
| @@ -77,6 +77,8 @@ namespace compiler {
|
| V(Mips64Ldc1) \
|
| V(Mips64Sdc1) \
|
| V(Mips64Push) \
|
| + V(Mips64StoreToStackSlot) \
|
| + V(Mips64StackClaim) \
|
| V(Mips64StoreWriteBarrier)
|
|
|
|
|
|
|