diff options
Diffstat (limited to 'sim/h8300/compile.c')
-rw-r--r-- | sim/h8300/compile.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sim/h8300/compile.c b/sim/h8300/compile.c index d084b5d..f3f794d 100644 --- a/sim/h8300/compile.c +++ b/sim/h8300/compile.c @@ -1750,17 +1750,6 @@ store2 (SIM_DESC sd, ea_type *arg, int n) return store_1 (sd, arg, n, 1); } -static union -{ - short int i; - struct - { - char low; - char high; - } - u; -} littleendian; - /* Flag to be set whenever a new SIM_DESC object is created. */ static int init_pointers_needed = 1; @@ -1771,8 +1760,6 @@ init_pointers (SIM_DESC sd) { int i; - littleendian.i = 1; - if (h8300smode && !h8300_normal_mode) memory_size = H8300S_MSIZE; else if (h8300hmode && !h8300_normal_mode) |