src/cpu/x86/vm/assembler_x86_64.hpp

changeset 603
7793bd37a336
parent 602
feeb96a45707
child 617
44abbb0d4c18
     1.1 --- a/src/cpu/x86/vm/assembler_x86_64.hpp	Wed May 28 21:06:24 2008 -0700
     1.2 +++ b/src/cpu/x86/vm/assembler_x86_64.hpp	Thu May 29 12:04:14 2008 -0700
     1.3 @@ -1028,7 +1028,7 @@
     1.4    // is needed if the offset is within a certain range (0 <= offset <=
     1.5    // page_size).
     1.6    void null_check(Register reg, int offset = -1);
     1.7 -  static bool needs_explicit_null_check(int offset);
     1.8 +  static bool needs_explicit_null_check(intptr_t offset);
     1.9  
    1.10    // Required platform-specific helpers for Label::patch_instructions.
    1.11    // They _shadow_ the declarations in AbstractAssembler, which are undefined.

mercurial