Define THUMB_INSN_SIZE.
This commit is contained in:
parent
d2d54a40b5
commit
a64bc9e882
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: armreg.h,v 1.29 2004/04/13 19:14:34 bsh Exp $ */
|
||||
/* $NetBSD: armreg.h,v 1.30 2004/08/21 10:53:36 rearnsha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998, 2001 Ben Harris
|
||||
@ -350,4 +350,6 @@
|
||||
#define INSN_COND_MASK 0xf0000000 /* Condition mask */
|
||||
#define INSN_COND_AL 0xe0000000 /* Always condition */
|
||||
|
||||
#define THUMB_INSN_SIZE 2 /* Some are 4 bytes. */
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user