| Index: src/arm/constants-arm.h
|
| ===================================================================
|
| --- src/arm/constants-arm.h (revision 7511)
|
| +++ src/arm/constants-arm.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2010 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:
|
| @@ -346,7 +346,9 @@
|
| da_x = (0|0|0) << 21, // Decrement after.
|
| ia_x = (0|4|0) << 21, // Increment after.
|
| db_x = (8|0|0) << 21, // Decrement before.
|
| - ib_x = (8|4|0) << 21 // Increment before.
|
| + ib_x = (8|4|0) << 21, // Increment before.
|
| +
|
| + kBlockAddrModeMask = (8|4|1) << 21
|
| };
|
|
|
|
|
|
|