aboutsummaryrefslogtreecommitdiff
path: root/sim/pru/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/pru/interp.c')
-rw-r--r--sim/pru/interp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/pru/interp.c b/sim/pru/interp.c
index 38269df..09045dc 100644
--- a/sim/pru/interp.c
+++ b/sim/pru/interp.c
@@ -747,6 +747,7 @@ sim_open (SIM_OPEN_KIND kind, host_callback *cb,
/* Set default options before parsing user options. */
current_alignment = STRICT_ALIGNMENT;
+ current_target_byte_order = BFD_ENDIAN_LITTLE;
/* The cpu data is kept in a separately allocated chunk of memory. */
if (sim_cpu_alloc_all (sd, 1) != SIM_RC_OK)