Fix tricore sleigh file

Similar to #4016, I found this macro `ifdef` to not be properly closed.
This commit is contained in:
Rubens Brandão 2022-02-23 09:41:57 -03:00 committed by GitHub
parent 3e245c6f80
commit 2de7447761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"