Index: src/arm/simulator-arm.h |
diff --git a/src/arm/simulator-arm.h b/src/arm/simulator-arm.h |
index b7b1b6812e06ae0d30936fb51dd9302539ad8e5b..436d1c9291c87a893189804abb8e2b48404bfb24 100644 |
--- a/src/arm/simulator-arm.h |
+++ b/src/arm/simulator-arm.h |
@@ -1,4 +1,4 @@ |
-// Copyright 2009 the V8 project authors. All rights reserved. |
+// Copyright 2011 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -236,7 +236,13 @@ class Simulator { |
// Helper functions to decode common "addressing" modes |
int32_t GetShiftRm(Instruction* instr, bool* carry_out); |
int32_t GetImm(Instruction* instr, bool* carry_out); |
+ void ProcessPUW(Instruction* instr, |
+ int num_regs, |
+ int operand_size, |
+ intptr_t* start_address, |
+ intptr_t* end_address); |
void HandleRList(Instruction* instr, bool load); |
+ void HandleVList(Instruction* inst); |
void SoftwareInterrupt(Instruction* instr); |
// Stop helper functions. |