Commit 0917550
committed
fixes the sequence search operation
the operation was overloaded by the type of the key, however once the
sequence class has been moved from the BIR module to the ADT module
everything went wrong, since the type names were no longer
available. The new implementation relies on the `constr` attribute to
determine the constructor name.
fixes [BinaryAnalysisPlatform/bap#699].1 parent aadd388 commit 0917550
1 file changed
+12
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
466 | | - | |
| 465 | + | |
| 466 | + | |
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
| 478 | + | |
478 | 479 | | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
483 | 484 | | |
484 | | - | |
485 | | - | |
| 485 | + | |
| 486 | + | |
486 | 487 | | |
487 | 488 | | |
488 | 489 | | |
489 | 490 | | |
490 | 491 | | |
491 | 492 | | |
492 | 493 | | |
493 | | - | |
494 | | - | |
| 494 | + | |
| 495 | + | |
495 | 496 | | |
496 | | - | |
| 497 | + | |
497 | 498 | | |
498 | 499 | | |
499 | 500 | | |
| |||
0 commit comments