| Index: test/cctest/test-disasm-ia32.cc
 | 
| diff --git a/test/cctest/test-disasm-ia32.cc b/test/cctest/test-disasm-ia32.cc
 | 
| index f773a77e4c3e07f0b4486ec762a90de27ff05c58..c35ba559b2caac0bda06ee80b12f42698f842fc9 100644
 | 
| --- a/test/cctest/test-disasm-ia32.cc
 | 
| +++ b/test/cctest/test-disasm-ia32.cc
 | 
| @@ -76,7 +76,7 @@ TEST(DisasmIa320) {
 | 
|  
 | 
|    // ---- All instructions that I can think of
 | 
|    __ add(edx, ebx);
 | 
| -  __ add(edx, Operand(12, RelocInfo::NONE));
 | 
| +  __ add(edx, Operand(12, RelocInfo::NONE32));
 | 
|    __ add(edx, Operand(ebx, 0));
 | 
|    __ add(edx, Operand(ebx, 16));
 | 
|    __ add(edx, Operand(ebx, 1999));
 | 
| 
 |