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

pull/2668/head
Christian Parpart 2 years ago committed by nick black
parent 7eb51cb456
commit d76316cc60

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

Loading…
Cancel
Save