Index: src/compiler/arm/instruction-codes-arm.h |
diff --git a/src/compiler/arm/instruction-codes-arm.h b/src/compiler/arm/instruction-codes-arm.h |
index 377fd8672c3ddc6bb1eab2aedb03658c040c64cb..c210c171e4335c82c8a7f693b228837110d71a5d 100644 |
--- a/src/compiler/arm/instruction-codes-arm.h |
+++ b/src/compiler/arm/instruction-codes-arm.h |
@@ -93,6 +93,7 @@ namespace compiler { |
V(ArmLdr) \ |
V(ArmStr) \ |
V(ArmPush) \ |
+ V(ArmPoke) \ |
Sven Panne
2015/06/25 07:15:59
I'm not totally happy with the "Poke" suffix, beca
Benedikt Meurer
2015/06/25 07:31:10
We can fix that naming later. Poke is in line with
|
V(ArmStoreWriteBarrier) |