blob: 2535854aca14aa37cdddc52c170539bc93f4c27d (
plain) (
blame)
1
2
3
|
The issue revolves around the incorrect handling of the `blr x30` instruction within QEMU's implementation. The problem is specific to how the emulator processes this particular machine-level instruction, leading to unexpected behavior when using the x30 register as an operand with `blr`. Since this pertains directly to how instructions are executed, it falls under the **instruction** category.
instruction
|