| Index: src/ia32/assembler-ia32.cc
|
| diff --git a/src/ia32/assembler-ia32.cc b/src/ia32/assembler-ia32.cc
|
| index 48f0f13550df372d5c18a95e928d57460ce6996a..acc36f4de9d96721870870da448b2aa839d60b4f 100644
|
| --- a/src/ia32/assembler-ia32.cc
|
| +++ b/src/ia32/assembler-ia32.cc
|
| @@ -160,6 +160,11 @@ bool RelocInfo::IsCodedSpecially() {
|
| }
|
|
|
|
|
| +bool RelocInfo::IsInConstantPool() {
|
| + return false;
|
| +}
|
| +
|
| +
|
| void RelocInfo::PatchCode(byte* instructions, int instruction_count) {
|
| // Patch the code at the current address with the supplied instructions.
|
| for (int i = 0; i < instruction_count; i++) {
|
|
|