This commit was generated by cvs2svn to track changes on a CVS vendor
[binutils-gdb.git] / sim / common / sim-base.h
index 3fe01b4a98d49fb742e7434b751631f8b05caa56..420b137b6b2d8a8f4fc4131435519f6159c64677 100644 (file)
@@ -236,6 +236,10 @@ typedef struct {
 #define STATE_HW(sd) ((sd)->base.hw)
 #endif
 
+  /* Should image loads be performed using the LMA or VMA?  Older
+     simulators use the VMA while newer simulators prefer the LMA. */
+  int load_at_lma_p;
+#define STATE_LOAD_AT_LMA_P(SD) ((SD)->base.load_at_lma_p)
 
   /* Marker for those wanting to do sanity checks.
      This should remain the last member of this struct to help catch