blob: 4efbb915212f99c609dd1d162fbdbc1edf3fd217 (
plain)
1
2
3
4
5
6
7
8
|
/* D30V target configuration file. -*- C -*- */
/* Define this to enable the intrinsic breakpoint mechanism. */
#define SIM_HAVE_BREAKPOINTS
/* See sim-hload.c. We properly handle LMA. */
#define SIM_HANDLES_LMA 1
|