mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 20:22:44 +00:00
Fix tricore sleigh file
Similar to #4016, I found this macro `ifdef` to not be properly closed.
This commit is contained in:
parent
3e245c6f80
commit
2de7447761
@ -7671,6 +7671,7 @@ macro multiply_u_u(mres0, rega, regb, n) {
|
||||
build SSR;
|
||||
*[ram]:4 SSR = Ra0811;
|
||||
}
|
||||
@endif
|
||||
|
||||
# ST.A A[b], off10, A[a] (BO)(Post-increment Addressing Mode)
|
||||
# ST.A P[b], A[a] (BO)(Bit-reverse Addressing Mode)
|
||||
@ -8536,4 +8537,4 @@ macro multiply_u_u(mres0, rega, regb, n) {
|
||||
# @endif
|
||||
|
||||
|
||||
@include "tricore.pcp.sinc"
|
||||
@include "tricore.pcp.sinc"
|
||||
|
Loading…
Reference in New Issue
Block a user