sim: ppc: drop host endian configure option
[deliverable/binutils-gdb.git] / sim / microblaze / microblaze.isa
index f8748d18219749c387b8cc2f8f80e202fe7f01fb..1d96e8fc1c7c06b883e048010c9a104b9bbfbbd8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2009-2019 Free Software Foundation, Inc.
+/* Copyright 2009-2021 Free Software Foundation, Inc.
 
    This file is part of the Xilinx MicroBlaze simulator.
 
@@ -110,6 +110,7 @@ INSTRUCTION(addi,
            INST_TYPE_RD_RA_IMM,
             CARRY = C_calc(RA, IMM, 0);
            RD = RA + IMM;
+           TRACE_REGISTER (cpu, "r%i = r%i + %i", rd, ra, IMM);
            C_wr(CARRY);
            PC += INST_SIZE)
 
This page took 0.023107 seconds and 4 git commands to generate.