Skip to content

Commit 91a9513

Browse files
committed
fixed bap-frames name
as it was renamed
1 parent 9bc683d commit 91a9513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $ git clone [email protected]:BinaryAnalysisPlatform/qemu.git -b tracewrap
5353

5454
Change folder to qemu and build tracer with command
5555
```bash
56-
$ ./configure --prefix=$HOME --with-tracewrap=`realpath ../bap-traces` \
56+
$ ./configure --prefix=$HOME --with-tracewrap=`realpath ../bap-frames` \
5757
--extra-ldflags=-Lprotobuf --target-list="arm-linux-user i386-linux-user \
5858
x86_64-linux-user mips-linux-user"
5959
$ make -C protobuf

0 commit comments

Comments
 (0)