| Index: src/arm/simulator-arm.h
|
| diff --git a/src/arm/simulator-arm.h b/src/arm/simulator-arm.h
|
| index b7b1b6812e06ae0d30936fb51dd9302539ad8e5b..98050fbbc73cf02c2c29941655f301ad1b09f8a6 100644
|
| --- a/src/arm/simulator-arm.h
|
| +++ b/src/arm/simulator-arm.h
|
| @@ -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* instr, bool load);
|
| void SoftwareInterrupt(Instruction* instr);
|
|
|
| // Stop helper functions.
|
|
|