Arch-abstraction: introduce constants for min and max instruction sizes.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2660
This commit is contained in:
Nicholas Nethercote
2004-09-04 15:28:37 +00:00
parent b392873e38
commit 49eea042c1
4 changed files with 10 additions and 6 deletions

View File

@@ -35,7 +35,10 @@
#define FIRST_ARCH_REG R_EAX
#define LAST_ARCH_REG R_EDI
#define N_ARCH_REGS 8
#define N_ARCH_REGS 8
#define MIN_INSTR_SIZE 1
#define MAX_INSTR_SIZE 16
#endif // __X86_TOOL_ARCH_H