sim: ppc: drop host endian configure option
[deliverable/binutils-gdb.git] / sim / microblaze / microblaze.isa
index 49e2a042d5a5e53467dc495d077eb6016c54cb70..1d96e8fc1c7c06b883e048010c9a104b9bbfbbd8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2009-2017 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.023373 seconds and 4 git commands to generate.