| Index: runtime/vm/constants_dbc.h
|
| diff --git a/runtime/vm/constants_dbc.h b/runtime/vm/constants_dbc.h
|
| index e93bc0b00b776166d5637c2feb91d75e1666b377..1c0d1bed97489092f687ec4c67e5446ab8af4801 100644
|
| --- a/runtime/vm/constants_dbc.h
|
| +++ b/runtime/vm/constants_dbc.h
|
| @@ -729,8 +729,8 @@ namespace dart {
|
| V(DCeil, A_D, reg, reg, ___) \
|
| V(DoubleToFloat, A_D, reg, reg, ___) \
|
| V(FloatToDouble, A_D, reg, reg, ___) \
|
| - V(DoubleIsNaN, A_D, reg, reg, ___) \
|
| - V(DoubleIsInfinite, A_D, reg, reg, ___) \
|
| + V(DoubleIsNaN, A, reg, ___, ___) \
|
| + V(DoubleIsInfinite, A, reg, ___, ___) \
|
| V(StoreStaticTOS, D, lit, ___, ___) \
|
| V(PushStatic, D, lit, ___, ___) \
|
| V(InitStaticTOS, 0, ___, ___, ___) \
|
|
|