src/cpu/x86/vm/nativeInst_x86.hpp

changeset 551
018d5b58dd4f
parent 435
a61af66fc99e
child 631
d1605aabd0a1
     1.1 --- a/src/cpu/x86/vm/nativeInst_x86.hpp	Wed Apr 16 17:36:29 2008 -0400
     1.2 +++ b/src/cpu/x86/vm/nativeInst_x86.hpp	Thu Apr 17 22:18:15 2008 -0400
     1.3 @@ -50,6 +50,7 @@
     1.4    };
     1.5  
     1.6    bool is_nop()                        { return ubyte_at(0) == nop_instruction_code; }
     1.7 +  bool is_dtrace_trap();
     1.8    inline bool is_call();
     1.9    inline bool is_illegal();
    1.10    inline bool is_return();

mercurial