mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-13 14:42:03 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user