diff options
Diffstat (limited to 'gprof/alpha.h')
-rw-r--r-- | gprof/alpha.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gprof/alpha.h b/gprof/alpha.h index 9eb92bc..b91324e 100644 --- a/gprof/alpha.h +++ b/gprof/alpha.h @@ -28,4 +28,9 @@ #define OFFSET_TO_CODE 0 #define UNITS_TO_CODE (OFFSET_TO_CODE / sizeof(UNIT)) +/* + * Minimum size of an instruction (in bytes): + */ +#define MIN_INSN_SIZE 4 + #endif /* alpha_h */ |