Skip to content

Commit

Permalink
Merge remote-tracking branch
Browse files Browse the repository at this point in the history
'origin/GP-4552_ghidorahrex_PR-6456_rbran_tricore_stda_fix' into
Ghidra_11.1 (Closes #6456)
  • Loading branch information
ryanmkurtz committed May 16, 2024
2 parents 080051f + cf21550 commit b5c0490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ghidra/Processors/tricore/data/languages/tricore.sinc
Original file line number Diff line number Diff line change
Expand Up @@ -7824,8 +7824,8 @@ macro multiply_u_u(mres0, rega, regb, n) {
local EA0:4;
local EA4:4;
CircularAddressingMode2(Rpe1215, Rpo1215, EA0, EA4, off10, 4);
*[ram]:2 EA0 = Rp0811[0,32];
*[ram]:2 EA4 = Rp0811[32,32];
*[ram]:4 EA0 = Rp0811[0,32];
*[ram]:4 EA4 = Rp0811[32,32];
}

# ST.DA off18, P[a] (ABS)(Absolute Addressing Mode)
Expand Down

0 comments on commit b5c0490

Please sign in to comment.