| Index: src/arm/cpu-arm.cc
|
| ===================================================================
|
| --- src/arm/cpu-arm.cc (revision 2053)
|
| +++ src/arm/cpu-arm.cc (working copy)
|
| @@ -46,6 +46,8 @@
|
| #if !defined (__arm__)
|
| // Not generating ARM instructions for C-code. This means that we are
|
| // building an ARM emulator based target. No I$ flushes are necessary.
|
| + // None of this code ends up in the snapshot so there are no issues
|
| + // around whether or not to generate the code when building snapshots.
|
| #else
|
| // Ideally, we would call
|
| // syscall(__ARM_NR_cacheflush, start,
|
|
|