Merge remote-tracking branch

'origin/GP-1638_ghidorahrex_PR-3552_gregjhogan_tricore-jl' (Closes
#3552)
This commit is contained in:
Ryan Kurtz 2022-02-08 09:54:29 -05:00
commit 1e4f0003f3

View file

@ -2910,7 +2910,7 @@ SC: [a10]const0815Z10zz is PCPMode=0 & a10 & const0815Z10zz & op0003=8 & op0404=
{ {
#TODO is this just a call w/o context switching? #TODO is this just a call w/o context switching?
a11 = inst_start + 4; a11 = inst_start + 4;
call [off24pc]; call off24pc;
} }
# JLA disp24 (B) # JLA disp24 (B)
@ -2918,7 +2918,7 @@ SC: [a10]const0815Z10zz is PCPMode=0 & a10 & const0815Z10zz & op0003=8 & op0404=
{ {
#TODO is this just a call w/o context switching? #TODO is this just a call w/o context switching?
a11 = inst_start + 4; a11 = inst_start + 4;
call [off24abs]; call off24abs;
} }
@if defined(TRICORE_RIDER_B) || defined(TRICORE_RIDER_D) || defined(TRICORE_V2) @if defined(TRICORE_RIDER_B) || defined(TRICORE_RIDER_D) || defined(TRICORE_V2)