src/cpu/x86/vm/stubRoutines_x86_32.hpp

changeset 739
dc7f315e41f7
parent 435
a61af66fc99e
child 772
9ee9cf798b59
     1.1 --- a/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Tue Aug 26 15:49:40 2008 -0700
     1.2 +++ b/src/cpu/x86/vm/stubRoutines_x86_32.hpp	Wed Aug 27 00:21:55 2008 -0700
     1.3 @@ -31,7 +31,7 @@
     1.4    code_size2 = 22000            // simply increase if too small (assembler will crash if too small)
     1.5  };
     1.6  
     1.7 -class i486 {
     1.8 +class x86 {
     1.9   friend class StubGenerator;
    1.10   friend class VMStructs;
    1.11  
    1.12 @@ -54,4 +54,4 @@
    1.13  };
    1.14  
    1.15    static bool    returns_to_call_stub(address return_pc)     { return (return_pc == _call_stub_return_address) ||
    1.16 -                                                                       return_pc == i486::get_call_stub_compiled_return(); }
    1.17 +                                                                       return_pc == x86::get_call_stub_compiled_return(); }

mercurial