src/os/bsd/vm/decoder_machO.hpp

changeset 3544
db006a85bf91
parent 3430
d7e3846464d0
child 3961
3b01d0321dfa
     1.1 --- a/src/os/bsd/vm/decoder_machO.hpp	Mon Jan 30 23:27:30 2012 -0500
     1.2 +++ b/src/os/bsd/vm/decoder_machO.hpp	Thu Feb 09 10:16:26 2012 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. 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 @@ -29,8 +29,9 @@
    1.11  
    1.12  #include "utilities/decoder.hpp"
    1.13  
    1.14 -// Just a placehold for now
    1.15 -class MachODecoder: public NullDecoder {
    1.16 +// Just a placehold for now, a real implementation should derive
    1.17 +// from AbstractDecoder
    1.18 +class MachODecoder : public NullDecoder {
    1.19  public:
    1.20    MachODecoder() { }
    1.21    ~MachODecoder() { }

mercurial