]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/h8300/compile.c
Power10 bignum operands
[thirdparty/binutils-gdb.git] / sim / h8300 / compile.c
index c30a738c6d107aea1c3336ada1d92ed4d893b258..c8060b27ab75333b80334438916a09d1a232a04b 100644 (file)
@@ -1624,7 +1624,8 @@ init_pointers (SIM_DESC sd)
          sim_io_printf
            (sd,
             "init_pointers: bad memory size %d, defaulting to %d.\n", 
-            memory_size, memory_size = H8300S_MSIZE);
+            memory_size, H8300S_MSIZE);
+         memory_size = H8300S_MSIZE;
        }
 
       if (h8_get_memory_buf (sd))