Add XT{PUSH,POP}COLORS support to Contour heuristic.

This commit is contained in:
Christian Parpart 2022-06-09 22:10:33 +02:00 committed by nick black
parent 7eb51cb456
commit d76316cc60

View File

@ -839,6 +839,9 @@ apply_contour_heuristics(tinfo* ti, size_t* tablelen, size_t* tableused,
if(add_smulx_escapes(ti, tablelen, tableused)){
return NULL;
}
if(add_pushcolors_escapes(ti, tablelen, tableused)){
return NULL;
}
ti->caps.quadrants = true;
ti->caps.sextants = true;
ti->caps.rgb = true;