| Index: src/arm/simulator-arm.h
|
| diff --git a/src/arm/simulator-arm.h b/src/arm/simulator-arm.h
|
| index e392c5cb3637045e7ab43613ad1675a5e82db01b..0af5162e9380e1beafe512948129c62cb1d91443 100644
|
| --- a/src/arm/simulator-arm.h
|
| +++ b/src/arm/simulator-arm.h
|
| @@ -269,7 +269,7 @@ class Simulator {
|
|
|
| // Checks if the current instruction should be executed based on its
|
| // condition bits.
|
| - bool ConditionallyExecute(Instruction* instr);
|
| + inline bool ConditionallyExecute(Instruction* instr);
|
|
|
| // Helper functions to set the conditional flags in the architecture state.
|
| void SetNZFlags(int32_t val);
|
|
|