src/cpu/x86/vm/assembler_x86.hpp

changeset 1858
c640000b7cc1
parent 1498
2f1ec89b9995
child 1907
c18cbe5936b8
child 1919
61b2245abf36
     1.1 --- a/src/cpu/x86/vm/assembler_x86.hpp	Thu Apr 29 00:03:40 2010 -0700
     1.2 +++ b/src/cpu/x86/vm/assembler_x86.hpp	Thu Apr 29 06:30:25 2010 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright 1997-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 + * Copyright 1997-2010 Sun Microsystems, Inc.  All Rights Reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -1511,7 +1511,7 @@
    1.11    void extend_sign(Register hi, Register lo);
    1.12  
    1.13    // Loading values by size and signed-ness
    1.14 -  void load_sized_value(Register dst, Address src, int size_in_bytes, bool is_signed);
    1.15 +  void load_sized_value(Register dst, Address src, size_t size_in_bytes, bool is_signed);
    1.16  
    1.17    // Support for inc/dec with optimal instruction selection depending on value
    1.18  

mercurial