Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • dtc's avatar
    4318b2d2
    Workaround for a disassemble bug: the positions of filtered arguments · 4318b2d2
    dtc authored
    are not being check when choosing cached prefilter functions. This
    lead to the same prefilter being used for the near-cond-jump and
    near-jump instructions which broke much of the jump location
    labelling. The workaround uses different filter functions for each,
    forcing the creation of separate prefilter functions.
    4318b2d2
    History
    Workaround for a disassemble bug: the positions of filtered arguments
    dtc authored
    are not being check when choosing cached prefilter functions. This
    lead to the same prefilter being used for the near-cond-jump and
    near-jump instructions which broke much of the jump location
    labelling. The workaround uses different filter functions for each,
    forcing the creation of separate prefilter functions.