mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Include "tdep-ia64/rse.h" instead of "ia64/rse.h".
(ARRAY_SIZE): New macro. (Logical change 1.294)
This commit is contained in:
parent
32385d36fd
commit
d3d722fb0a
1 changed files with 3 additions and 1 deletions
|
@ -36,7 +36,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
# include <sys/uc_access.h>
|
||||
#endif
|
||||
|
||||
#include "ia64/rse.h"
|
||||
#include "tdep-ia64/rse.h"
|
||||
|
||||
#define ARRAY_SIZE(a) ((int) (sizeof (a) / sizeof ((a)[0])))
|
||||
|
||||
#define NUM_RUNS 1024
|
||||
//#define NUM_RUNS 1
|
||||
|
|
Loading…
Reference in a new issue