Skip to content

Commit

Permalink
removes unnecessary initialization procedure for aarch-crc32
Browse files Browse the repository at this point in the history
It was never called and was originally wrought for debugging this file
under the normal executor, but the it was really breaking the symbolic
executor, except that before BinaryAnalysisPlatform/bap#1370 it was
never called (yet another reason to merge it, as it looks like from
the way how we use methods we were assuming the behavior that bap#1370
just introduces).
  • Loading branch information
ivg committed Nov 19, 2021
1 parent c2324bf commit 44771dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions bap.tests/symexec.exp
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ foreach bin [find "bin" "*-symexec-*"] {
lappend opts "--api-path=api/powerpc"
}

if [ string match "*aarch64*" $bin ] {
lappend opts "--primus-lisp-load=aarch64-startup"
lappend opts "--primus-lisp-add=data"
}

if {[string match "*mingw*" $bin ] || [string match "*mips*" $bin ]} {
continue
}
Expand Down
6 changes: 0 additions & 6 deletions data/aarch64-startup.lisp

This file was deleted.

0 comments on commit 44771dd

Please sign in to comment.