Skip to content

Commit

Permalink
Fix build after the changes on rasm
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarofe committed Sep 4, 2017
1 parent e472e74 commit 6920d66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion binr/rasm2/rasm2.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ int main (int argc, char *argv[]) {
r_anal_set_bits (anal, sysbits);
}
// TODO set addrbytes
anal->addrbytes = a->addrbytes = 1;
char *r2arch = r_sys_getenv ("R2_ARCH");
if (r2arch) {
arch = r2arch;
Expand Down

0 comments on commit 6920d66

Please sign in to comment.