Message ID | 1398953269.20704.8.camel@localhost.localdomain |
---|---|
State | New |
Headers | show |
On 05/01/2014 03:07 PM, Edward Nevill wrote:
> OK to push?
Yes, thanks.
Andrew.
diff -r 9d641fdeea4d -r f67f9b1b52ae src/cpu/aarch64/vm/nativeInst_aarch64.hpp --- a/src/cpu/aarch64/vm/nativeInst_aarch64.hpp Tue Apr 29 14:58:56 2014 +0100 +++ b/src/cpu/aarch64/vm/nativeInst_aarch64.hpp Thu May 01 14:57:36 2014 +0100 @@ -54,7 +54,7 @@ class NativeInstruction VALUE_OBJ_CLASS_SPEC { friend class Relocation; public: - enum { instruction_size = BytesPerWord }; + enum { instruction_size = 4 }; inline bool is_nop(); bool is_dtrace_trap(); inline bool is_call(); --- CUT HERE ---